<boost/url/params_ref.hpp>
iterator
append(std::initializer_list<param_view> init);
» more...
Append elements
iterator
append(param_view const& p);
» more...
Append elements
template<class FwdIt>
iterator
append(
FwdIt first,
FwdIt last);
» more...
Name | Description |
---|---|
init | The list of params to append. |
p | The param to append. |
first | The first element to append. |
last | One past the last element to append. |