Return true if this string has length 0, and false otherwise.
Synopsis
Declared in <bslstl_string.h>
bool
empty() const noexcept;
Return Value
true if this string is empty, otherwise false
Created with MrDocs
Return true if this string has length 0, and false otherwise.
Declared in <bslstl_string.h>
bool
empty() const noexcept;
true if this string is empty, otherwise false
Created with MrDocs