:relfileprefix: ../../../ [#boost-urls-param-operator_assign] == xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::xref:boost/urls/param.adoc[pass:[param]]::operator= Assignment === Synopsis [source,cpp,subs="verbatim,macros,-callouts"] ---- xref:boost/urls/param.adoc[param]& xref:boost/urls/param/operator_assign-0b.adoc[pass:[operator=]](xref:boost/urls/param.adoc[param]&& other) noexcept; ---- [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr xref:boost/urls/param.adoc[param]& xref:boost/urls/param/operator_assign-0cd.adoc[pass:[operator=]](xref:boost/urls/param.adoc[param] const&) = default; ---- [source,cpp,subs="verbatim,macros,-callouts"] ---- xref:boost/urls/param.adoc[param]& xref:boost/urls/param/operator_assign-0cb.adoc[pass:[operator=]](xref:boost/urls/param_view.adoc[param_view] const& other); ---- [source,cpp,subs="verbatim,macros,-callouts"] ---- xref:boost/urls/param.adoc[param]& xref:boost/urls/param/operator_assign-03.adoc[pass:[operator=]](xref:boost/urls/param_pct_view.adoc[param_pct_view] const& other); ---- === 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. === Parameters |=== | Name | Description | *other* | The parameter to copy. |===