Boost.URL Logo

PrevUpHomeNext
params::insert (2 of 5 overloads)

Insert elements.

Synopsis
iterator
insert(
    iterator before,
    std::initializer_list< query_param_view > init);
Description

This function inserts a list of elements at the specified container position The key and value strings must not reference the underlying URL buffer, or else the behavior is undefined.

Return Value

Iterator pointing to the first inserted element

Parameters

Name

Description

before

Position at which the elements should be inserted

init

Elements to be inserted


PrevUpHomeNext