Boost.URL Logo

PrevUpHomeNext
params::replace (2 of 5 overloads)

Replace elements.

Synopsis
template<
    class FwdIt>
iterator
replace(
    iterator from,
    iterator to,
    FwdIt first,
    FwdIt last);
Description

This function replaces a range of elements at a range of container positions The key and value strings must not reference the underlying URL buffer, or else the behavior is undefined.

Return Value

Iterator to position where the first inserted element

Parameters

Name

Description

from

Iterator to beginning of the range to be replaced

to

Iterator to end of the range to be replaced

first

An iterator to the beginning of range to be inserted

last

An iterator to the end of the range to be inserted


PrevUpHomeNext