Boost.URL Logo

PrevUpHomeNext
params::replace (3 of 5 overloads)

Replace elements.

Synopsis
iterator
replace(
    iterator from,
    iterator to,
    std::initializer_list< query_param_view > init);
Description

This function replaces a list 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

init

List of elements to replace the range


PrevUpHomeNext