Luna::Tuple::operator=

Tuple & operator=(const Tuple &rhs)

Assigns elements of one tuple by coping elements from another tuple of the same type.

Parameters

  • in rhs

    The tuple to copy elements from.