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