:relfileprefix: ../../../ [#A3986858EE7D646CC3B4CB4C744E93982B1DE17B] = 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_base.adoc[url_view_base]& 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* | `` |===