Luna::BasicString::empty
bool empty() const
Checks whether this string is empty, that is, the size of this string is 0
.
Return value
Returns true
if this string is empty, returns false
otherwise.
bool empty() const
Checks whether this string is empty, that is, the size of this string is 0
.
Returns true
if this string is empty, returns false
otherwise.