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