Boost.URL Logo

PrevUpHomeNext
segments::segments

Constructor.

Synopsis
segments(
    segments 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