Boost.URL Logo

PrevUpHomeNext
segments_encoded::segments_encoded

Constructor.

Synopsis
segments_encoded(
    segments_encoded const&);
Description

After the copy, 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