Luna::Tuple::Tuple

Tuple(Tuple &&rhs)=default

Constructs one tuple by moving elements from another tuple of the same type.

Parameters

  • in rhs

    The tuple to move elements from.