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

NameThrown on
system_errorinit contains an invalid percent-encoding.

Return Value

*this

Parameters

NameDescription
otherThe params to assign.
initThe list of params to assign.