:relfileprefix: ../../../ [#B04162C0A935E3410EF0DAFDF7E85B7AF2520406] = Function params_ref::params_ref pass:v,q[Constructor] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr params_ref(const xref:boost/urls/params_ref.adoc[params_ref]& other) = default; ---- == Description pass:v,q[After construction, both views] pass:v,q[reference the same url. Ownership is not] pass:v,q[transferred; the caller is responsible] pass:v,q[for ensuring the lifetime of the url] pass:v,q[extends until it is no longer] pass:v,q[referenced.] === Postconditions [,cpp] ---- &this->url() == &other.url() ---- === Complexity pass:v,q[Constant.] === Exception Safety pass:v,q[Throws nothing.] == Return Value * `void` == Parameters |=== | Name | Type | *other* | `` |===