[#boost-urls-param-operator_assign-0b] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/param.adoc[param]::operator= :relfileprefix: ../../../ :mrdocs: Assignment == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/param.hpp#L191[boost/url/param.hpp]>` [source,cpp,subs="verbatim,replacements,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. === Complexity Constant. === Exception Safety Throws nothing. === other The object to assign from. [.small]#Created with https://www.mrdocs.com[MrDocs]#