:relfileprefix: ../../../ [#boost-urls-param-2constructor-07] = xref:boost.adoc[pass:[boost]]::xref:boost/urls.adoc[pass:[urls]]::xref:boost/urls/param.adoc[pass:[param]]::param Constructor == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- param(xref:boost/urls/param.adoc[param]&& other) noexcept; ---- == Description Upon construction, this acquires ownership of the members of other via move construction. The moved from object is as if default constructed. === Complexity Constant. === Exception Safety Throws nothing. === other The object to construct from.