:relfileprefix: ../../../ [#71458A2AE2B398BB38130BBD2BC2A27334EF8B6A] = Function params_encoded_ref::append pass:v,q[Append params] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- xref:boost/urls/params_encoded_base.adoc[params_encoded_base]::xref:boost/urls/params_encoded_base/iterator.adoc[iterator] append(const xref:boost/urls/param_pct_view.adoc[param_pct_view]& p); ---- == Description pass:v,q[This function appends a param to the view.] pass:v,q[The `end()` iterator is invalidated.] === Example [,cpp] ---- url u; u.encoded_params().append( { "first", "John" } ); ---- === Complexity pass:v,q[Linear in `this->url().encoded_query().size()`.] === Exception Safety pass:v,q[Strong guarantee.] pass:v,q[Calls to allocate may throw.] pass:v,q[Exceptions thrown on invalid input.] == Return Value * `iterator` == Parameters |=== | Name | Type | *p* | `` |===