Boost.URL Logo

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

Assignment.

Synopsis
params_encoded&
operator=(
    params_encoded const&);
Description

After the assignment, both views will point to the same underlying object. Ownership is not transferred; the caller is responsible for ensuring the lifetime of the character buffer extends until it is no longer referenced.

Complexity

Constant

Exception Safety

Throws nothing


PrevUpHomeNext