param

Constructor

Synopsis

void param( param&& other) noexcept;

Declared in file <boost/url/param.hpp> at line 142

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.