:relfileprefix: ../../../ [#B3EED6A849DC73180D895EB1E4A775D764686768] = Function param::operator= pass:v,q[Assignment] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- xref:boost/urls/param.adoc[param]& operator=(xref:boost/urls/param.adoc[param]&& other) noexcept; ---- == Description pass:v,q[Upon assignment, this acquires] pass:v,q[ownership of the members of other] pass:v,q[via move assignment. The moved] pass:v,q[from object is as if default] pass:v,q[constructed.] === Complexity pass:v,q[Constant.] === Exception Safety pass:v,q[Throws nothing.] === other The object to assign from. == Return Value * `` == Parameters |=== | Name | Type | *other* | `` |===