Boost.URL Logo

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

View assignment.

Synopsis
params&
operator=(
    params 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