:relfileprefix: ../../../ [#24B88388DBB6BAEDD6F3C686D5E400B64747A84E] = Function url_view::url_view pass:v,q[Constructor] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- url_view(const xref:boost/urls/url_view.adoc[url_view]& other) noexcept; ---- == Description pass:v,q[After construction, both views] pass:v,q[reference the same underlying character] pass:v,q[buffer. Ownership is not transferred.] === Postconditions [,cpp] ---- this->buffer().data() == other.buffer().data() ---- === Complexity pass:v,q[Constant.] === Exception Safety pass:v,q[Throws nothing.] == Return Value * `void` == Parameters |=== | Name | Type | *other* | `` |===