Boost.URL Logo

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

Assignment.

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