[#boost-urls-pct_string_view-2constructor-07] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/pct_string_view.adoc[pct_string_view]::pct_string_view :relfileprefix: ../../../ :mrdocs: Constructor == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/pct_string_view.hpp#L126[boost/url/pct_string_view.hpp]>` [source,cpp,subs="verbatim,replacements,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. == Parameters [cols=2] |=== | Name | Description | *other* | The string to copy. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#