Return the number of elements contained by this deque.

Synopsis

Declared in <bslstl_deque.h>

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

Created with MrDocs