<boost/url/segments_encoded_ref.hpp>
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...
Name | Thrown on |
---|---|
system_error |
The list contains an invalid percent-encoding. |
Name | Description |
---|---|
other | The segments to assign. |
init | The list of segments to assign. |