<boost/url/segments_encoded_ref.hpp>
void
assign(std::initializer_list<pct_string_view> init);
» more...
Assign segments
template<class FwdIt>
void
assign(
FwdIt first,
FwdIt last);
» more...
Name | Thrown on |
---|---|
system_error |
The list contains an invalid percent-encoding. |
Name | Description |
---|---|
init | The list of segments to assign. |
first | The first element in the range. |
last | One past the last element in the range. |