boost::urls::segments_encoded_ref::operator=

Assignment

Synopses

Declared in <boost/url/segments_encoded_ref.hpp>

Assignment

segments_encoded_ref&
operator=(segments_encoded_ref const& other);
» more...

Assignment

segments_encoded_ref&
operator=(std::initializer_list<pct_string_view> init);
» more...

Assignment

segments_encoded_ref&
operator=(segments_encoded_view const& other);
» more...

Exceptions

NameThrown on
system_errorThe list contains an invalid percent-encoding.

Return Value

  • A reference to this object.
  • A reference to this.

Parameters

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