Return the number of elements contained by this deque.

Synopsis

Declared in <bslstl_deque.h>

Deque_Base<VALUE_TYPE>::size_type
size() const noexcept;

Return Value

number of elements in this deque

Created with MrDocs