boost::urls::segments_ref::operator=
Assignment
Synopses
Declared in <boost/url/segments_ref.hpp>
Assignment
segments_ref&
operator=(std::initializer_list<core::string_view> init);
Assignment
segments_ref&
operator=(segments_ref const& other);
Assignment
segments_ref&
operator=(segments_view const& other);
Parameters
Name |
Description |
init |
The list of segments to assign. |
other |
The segments to assign. |
Created with MrDocs