Boost.URL Logo

PrevUpHomeNext
params_encoded::operator= (2 of 2 overloads)

Assignment from initializer list.

Synopsis
params_encoded&
operator=(
    std::initializer_list< reference > init);
Description

The query parameters are replaced by the contents of the initializer list. The behavior is undefined if the elements belong to the container.

Complexity

Linear in the size of init.

Exception Safety

Strong guarantee. Calls to allocate may throw.

Return Value

Pointer to this params object

Parameters

Name

Description

init

Initializer list with query parameters


PrevUpHomeNext