boost::urls::params_encoded_ref::assign

Assign params

Synopses

Declared in <boost/url/params_encoded_ref.hpp>
Assign params
void
assign(std::initializer_list<param_pct_view> init);


» more... Assign params
template<class FwdIt>
void
assign(
    FwdIt first,
    FwdIt last);


» more...

Exceptions

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

Parameters

Name Description
init The list of params to assign.
first The first element to assign.
last One past the last element to assign.

Created with MrDocs