Boost.URL Logo

PrevUpHomeNext
params_encoded::params_encoded

Constructor.

Synopsis
params_encoded(
    params_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