Luna::BasicString::operator=

BasicString< _Char, _Alloc > & operator=(BasicString &&rhs)

Assigns the string by moving data from another string.

Parameters

  • in rhs

    The string to move data from.

Return value

Returns *this.