boost::urls::segments_encoded_ref::operator=
Assignment
Synopses
Assignment
segments_encoded_ref&
operator=(std::initializer_list<pct_string_view> init);
Assignment
Assignment
Exceptions
Name |
Thrown on |
|
The list contains an invalid percent‐encoding. |
Parameters
Name |
Description |
init |
The list of segments to assign. |
other |
The segments to assign. |
Created with MrDocs