:relfileprefix: ../../../ [#2DE83884B0C383EBFE9B914C5270B10AC7596C72] = Function url_view::operator= pass:v,q[Assignment] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- xref:boost/urls/url_view.adoc[url_view]& operator=(const xref:boost/urls/url_view.adoc[url_view]& other) noexcept; ---- == Description pass:v,q[After assignment, 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 * `` == Parameters |=== | Name | Type | *other* | `` |===