:relfileprefix: ../../../ [#75D74AF14E350955C201C400F070BA32E7537BEE] = Function pct_string_view::operator= pass:v,q[Assignment] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr xref:boost/urls/pct_string_view.adoc[pct_string_view]& operator=(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 * `` == Parameters |=== | Name | Type | *other* | `` |===