Luna::List::operator=

List< _Ty, _Alloc > & operator=(List &&rhs)

Replaces elements of the list by moving elements from another list.

Parameters

  • in rhs

    The list to move elements from.

Return value

Returns *this.