[#VecDeque-capacity] = xref:VecDeque.adoc[VecDeque]::capacity :relfileprefix: ../ :mrdocs: Get the capacity of this deque (maximum size it can have without reallocating). == Synopsis Declared in `<util/vecdeque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t capacity() const noexcept; ---- == Return Value The number of elements that fit without reallocating. [.small]#Created with https://www.mrdocs.com[MrDocs]#