Get the number of elements in this deque.
Synopsis
Declared in <util/vecdeque.h>
size_t
size() const noexcept;
Return Value
The number of elements currently held.
Created with MrDocs
Get the number of elements in this deque.
Declared in <util/vecdeque.h>
size_t
size() const noexcept;
The number of elements currently held.
Created with MrDocs