Return true if this stack contains no elements and false otherwise.
Synopsis
Declared in <bslstl_stack.h>
bool
empty() const;
Return Value
true if this stack is empty, and false otherwise
Created with MrDocs
Return true if this stack contains no elements and false otherwise.
Declared in <bslstl_stack.h>
bool
empty() const;
true if this stack is empty, and false otherwise
Created with MrDocs