Boost.URL Logo

PrevUpHomeNext
params_encoded::insert (2 of 5 overloads)

Insert elements in container.

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

This function inserts a list of elements at the specified container position. The behavior is undefined if the elements belong to the container.

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