Return true if this object represents an empty string value, and false otherwise. This object represents an empty string value if begin() == end().
true
false
begin() == end()
Declared in <bslstl_stringref.h>
<bslstl_stringref.h>
bool isEmpty() const;