[#boost-urls-param-operator_assign-0b3] = 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#L194[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. == Return Value A reference to this object. == Parameters [cols=2] |=== | Name | Description | *other* | The object to assign from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#