Return the number of elements currently in this queue.

Synopsis

Declared in <bdlcc_singleconsumerqueueimpl.h>

std::size_t
numElements() const;

Description

Returns the number of elements currently in this queue.

Return Value

number of elements in the queue

Created with MrDocs