Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
param::param (4 of 6 overloads)

Constructor.

Synopsis
param(
    param&& other);
Description

Upon construction, this acquires ownership of the members of other via move construction. The moved from object will be as if default constructed.

Complexity

Constant.

Exception Safety

Throws nothing.

other The object to construct from.

PrevUpHomeNext