[#VecDeque-empty] = xref:VecDeque.adoc[VecDeque]::empty :relfileprefix: ../ :mrdocs: Test whether the contents of this deque is empty. == Synopsis Declared in `<util/vecdeque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool empty() const noexcept; ---- == Return Value true if the deque holds no elements. [.small]#Created with https://www.mrdocs.com[MrDocs]#