folly::FixedCapacityRingQueue::empty

Returns whether the queue holds no elements.

Synopsis

Declared in <folly/container/FixedCapacityRingQueue.h>

bool
empty() const;

Return Value

true if the queue is empty.