:relfileprefix: ../../../ [#BCB764F0DF32453AD33F5C812A2041E319A01B12] = Function params_encoded_view::operator= pass:v,q[Assignment] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr xref:boost/urls/params_encoded_view.adoc[params_encoded_view]& operator=(const xref:boost/urls/params_encoded_view.adoc[params_encoded_view]&) = default; ---- == Description pass:v,q[After assignment, both views] pass:v,q[reference the same underlying character] pass:v,q[buffer.] pass:v,q[Ownership is not transferred; the caller] pass:v,q[is responsible for ensuring the lifetime] pass:v,q[of the buffer extends until it is no] pass:v,q[longer referenced.] === Postconditions [,cpp] ---- this->buffer().data() == other.buffer().data() ---- === Complexity pass:v,q[Constant] === Exception Safety pass:v,q[Throws nothing] == Return Value * `` == Parameters |=== | Name | Type | ** | `` |===