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

NameDescription
otherThe segments to assign.
initThe list of segments to assign.