Return the number of elements currently in this queue.
Declared in <bdlcc_boundedqueue.h>
std::size_t
numElements() const;
Note that numElements() == capacity() is not a valid replacement for isFull (see {Exception Safety} for details).
the number of elements currently in this queue