[#boost-urls-params_encoded_ref-2constructor] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/params_encoded_ref.adoc[params_encoded_ref]::params_encoded_ref :relfileprefix: ../../../ :mrdocs: Constructor == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/params_encoded_ref.hpp#L80[boost/url/params_encoded_ref.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:boost/urls/params_encoded_ref.adoc[params_encoded_ref](xref:boost/urls/url_base.adoc[url_base]& u) noexcept; ---- [.small]#xref:boost/urls/params_encoded_ref.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:boost/urls/params_encoded_ref/2constructor-01.adoc[params_encoded_ref](xref:boost/urls/params_encoded_ref.adoc[params_encoded_ref] const& other) = default; ---- [.small]#xref:boost/urls/params_encoded_ref/2constructor-01.adoc[_» more..._]# == Description After construction, both views reference the same url. Ownership is not transferred; the caller is responsible for ensuring the lifetime of the url extends until it is no longer referenced. === Postconditions [,cpp] ---- &this->url() == &other.url(); ---- === Complexity Constant. === Exception Safety Throws nothing. == Parameters |=== | Name | Description | *other* | The other view. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#