Boost.URL Logo

PrevUpHomeNext
params_encoded::assign (1 of 2 overloads)

Assignment from initializer list.

Synopsis
void
assign(
    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.

Parameters

Name

Description

init

Initializer list with query parameters


PrevUpHomeNext