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
Returns the number of elements currently stored in the queue.
Declared in <folly/container/DynamicRingQueue.h>
uint32_t
size() const;
The element count.
Created with MrDocs