Luna::Tuple::operator=
Tuple & operator=(Tuple &&rhs)
Assigns elements of one tuple by moving elements from another tuple of the same type.
Parameters
-
in rhs
The tuple to move elements from.
Tuple & operator=(Tuple &&rhs)
Assigns elements of one tuple by moving elements from another tuple of the same type.
in rhs
The tuple to move elements from.