[#bitdeque-empty] = xref:bitdeque.adoc[bitdeque]::empty :relfileprefix: ../ :mrdocs: Determine whether the container is empty. == Synopsis Declared in `<util/bitdeque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool empty() const noexcept; ---- == Return Value True when the container holds no bits. [.small]#Created with https://www.mrdocs.com[MrDocs]#