:relfileprefix: ../../../ [#boost-urls-param-operator_assign-0b] == xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::xref:boost/urls/param.adoc[pass:[param]]::operator= 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 Upon assignment, this acquires ownership of the members of other via move assignment. The moved from object is as if default constructed. === Constant. === Throws nothing.