Get the capacity of this deque (maximum size it can have without reallocating).
Synopsis
Declared in <util/vecdeque.h>
size_t
capacity() const noexcept;
Return Value
The number of elements that fit without reallocating.
Created with MrDocs