Luna::BasicString::BasicString
BasicString(BasicString &&rhs)
Constructs one string by moving data from another string.
Parameters
-
in rhs
The string to move data from. This string will be empty after this operation.
BasicString(BasicString &&rhs)
Constructs one string by moving data from another string.
in rhs
The string to move data from. This string will be empty after this operation.