<boost/url/segments_ref.hpp>
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...
Name | Description |
---|---|
other | The segments to assign. |
init | The list of segments to assign. |