Constructor
Synopsis
Declared in header </boost/url/param.hpp#L142[boost/url/param.hpp,window=blank_]>
param(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.
Return Value
-
void
Parameters
Name | Type |
---|---|
other |
`` |