boost::urls::segments_ref::operator=

Assignment

Synopses

Declared in <boost/url/segments_ref.hpp>
Assignment
segments_ref&
operator=(segments_ref const& other);


» more... Assignment
segments_ref&
operator=(std::initializer_list<core::string_view> init);


» more... Assignment
segments_ref&
operator=(segments_view const& other);


» more...

Return Value

A reference to this object.

Parameters

Name Description
other The segments to assign.
init The list of segments to assign.

Created with MrDocs