:relfileprefix: ../../../ [#boost-urls-pct_string_view-2constructor-07] = xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::xref:boost/urls/pct_string_view.adoc[pass:[pct_string_view]]::pct_string_view Constructor == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr pct_string_view(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. === Postconditions [,cpp] ---- this->data() == other.data() ---- === Complexity Constant. === Exception Safety Throws nothing. === other The string to copy.