![]() |
Home | Libraries | People | FAQ | More |
Constructor.
params_view( params_view const& other);
After construction both views reference the same character buffer. Ownership is not transferred; the caller is responsible for ensuring the lifetime of the buffer extends until it is no longer referenced.
this->[link url.ref.boost__urls__params_view.buffer `buffer`]().[link url.ref.boost__urls__pct_string_view.data `data`]() == other.buffer().data()
Constant.
Throws nothing