:relfileprefix: ../../../ [#boost-urls-pct_string_view-operator_assign] == xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::xref:boost/urls/pct_string_view.adoc[pass:[pct_string_view]]::operator= Assignment === Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr xref:boost/urls/pct_string_view.adoc[pct_string_view]& operator=(xref:boost/urls/pct_string_view.adoc[pct_string_view] const& other) = default; ---- === Description The copy references the same underlying character buffer. Ownership is not transferred. [,cpp] ---- this->data() == other.data() ---- === Constant. === Throws nothing.