[#788D90A2B9D55277F812ADCB1F99BB4D4C084B8A]

Function param:: param

Constructor

Synopsis

            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.