[#bsl-stack-05-empty] = xref:bsl.adoc[bsl]::xref:bsl/stack-05.adoc[stack]::empty :relfileprefix: ../../ :mrdocs: Return `true` if this stack contains no elements and `false` otherwise. == Synopsis Declared in `<bslstl_stack.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool empty() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#