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