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