Boost.URL Logo

PrevUpHomeNext
params_encoded::replace (1 of 5 overloads)

Replace container element.

Synopsis
iterator
replace(
    iterator pos,
    reference const& value);
Description

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

Return Value

Iterator to position where element was inserted

Parameters

Name

Description

pos

Position whose element should be replaced

value

New value for the position


PrevUpHomeNext