Boost.URL Logo

PrevUpHomeNext
params_encoded::insert (1 of 5 overloads)

Insert element in container.

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

This function inserts an element at the specified container position. The behavior is undefined if the element belongs to the container.

Return Value

Iterator pointing to the inserted element

Parameters

Name

Description

before

Position at which the element should be inserted

v

Element to be inserted


PrevUpHomeNext