boost::urls::params_encoded_ref::append

Append params

Synopses

Append params

iterator
append(std::initializer_list<param_pct_view> init);

Append params

Append params

template<class FwdIt>
iterator
append(
    FwdIt first,
    FwdIt last);

Exceptions

Name

Thrown on

system_error

init contains an invalid percent‐encoding.

Return Value

  • An iterator to the first new element.

  • An iterator to the new element.

Parameters

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.

Created with MrDocs