:relfileprefix: ../../../ [#7AE26581C5E08193970258FF3AFB411C9818AA7D] = Function pct_string_view::pct_string_view pass:v,q[Constructor] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr pct_string_view(const xref:boost/urls/pct_string_view.adoc[pct_string_view]& other) = default; ---- == Description pass:v,q[The copy references the same] pass:v,q[underlying character buffer.] pass:v,q[Ownership is not transferred.] === Postconditions [,cpp] ---- this->data() == other.data() ---- === Complexity pass:v,q[Constant.] === Exception Safety pass:v,q[Throws nothing.] === other The string to copy. == Return Value * `void` == Parameters |=== | Name | Type | *other* | `` |===