boost::urls::params_ref::append

Append elements

Synopses

Declared in <boost/url/params_ref.hpp>

Append elements

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

Append elements

Append elements

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

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