Luna::BasicString::operator=
BasicString< _Char, _Alloc > & operator=(const BasicString &rhs)
Assigns the string by coping data from another string.
Parameters
-
in rhs
The string to copy data from.
Return value
Returns *this
.
BasicString< _Char, _Alloc > & operator=(const BasicString &rhs)
Assigns the string by coping data from another string.
in rhs
The string to copy data from.
Returns *this
.