boost::urls::params_encoded_ref::operator=

Assignment

Synopses

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...

Exceptions

Name Thrown on
system_error init contains an invalid percent-encoding.

Return Value

*this

Parameters

Name Description
other The params to assign.
init The list of params to assign.

Created with MrDocs