Assignment
Declared in <boost/url/params_encoded_ref.hpp>
Assignment
params_encoded_ref&
operator=(params_encoded_ref const& other);
» more...
Assignment
params_encoded_ref&
operator=(std::initializer_list<param_pct_view> init);
» more...
| Name | Thrown on |
|---|---|
system_error | init contains an invalid percent-encoding. |
*this
| Name | Description |
|---|---|
| other | The params to assign. |
| init | The list of params to assign. |