boost::urls::params_encoded_ref::append
Append params
Synopsis
Declared in <boost/url/params_encoded_ref.hpp>
iterator
append(param_pct_view const& p);
iterator
append(std::initializer_list<param_pct_view> init);
Exceptions
| Name | Thrown on |
|---|---|
|
contains an invalid percent-encoding. |
|
contains an invalid percent-encoding. |
|
range contains an invalid percent-encoding. |
Parameters
| Name | Description |
|---|---|
p |
The param to append. |
init |
The list of params to append. |
first, |
last The range of params to append. |
Created with MrDocs