:relfileprefix: ../../../ [#788D90A2B9D55277F812ADCB1F99BB4D4C084B8A] = Function param::param pass:v,q[Constructor] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- param(xref:boost/urls/param.adoc[param]&& other) noexcept; ---- == Description pass:v,q[Upon construction, this acquires] pass:v,q[ownership of the members of other] pass:v,q[via move construction. The moved] pass:v,q[from object is as if default] pass:v,q[constructed.] === Complexity pass:v,q[Constant.] === Exception Safety pass:v,q[Throws nothing.] === other The object to construct from. == Return Value * `void` == Parameters |=== | Name | Type | *other* | `` |===