<boost/url/params_encoded_ref.hpp>
iterator
append(std::initializer_list<param_pct_view> init);
» more...
Append params
iterator
append(param_pct_view const& p);
» more...
Append params
template<class FwdIt>
iterator
append(
FwdIt first,
FwdIt last);
» more...
Name | Thrown on |
---|---|
system_error |
init contains an invalid percent-encoding. |
Name | Description |
---|---|
init | The list of params to append. |
p | The param to append. |
first | The first element to append. |
last | One past the last element to append. |