Home | Libraries | People | FAQ | More |
Assignment.
param& operator=( param&& other);
Upon assignment, this acquires ownership of the members of other via move assignment. The moved from object will be as if default constructed.
Constant.
Throws nothing.