Boost.URL Logo

PrevUpHomeNext
params::insert (1 of 5 overloads)

Insert element.

Synopsis
iterator
insert(
    iterator before,
    query_param_view const& v);
Description

This function insert an element at the specified container position.

Return Value

Iterator pointing to the new inserted element

Parameters

Name

Description

before

Position at which the element should be inserted

v

Element to be inserted


PrevUpHomeNext