Returns the number of elements currently stored in the queue.

Synopsis

Declared in <folly/container/DynamicRingQueue.h>

uint32_t
size() const;

Return Value

The element count.

Created with MrDocs