Assignment
Synopses
Declared in <boost/url/segments_ref.hpp>
Assignment
segments_ref&
operator=(segments_ref const& other);
Assignment
segments_ref&
operator=(std::initializer_list<core::string_view> init);
Assignment
segments_ref&
operator=(segments_view const& other);
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