Check if the string has no characters.
bool empty() const;
Returns true if there are no characters in the string, i.e. size() returns 0.
true
size()
Constant.