Return true if this queue is full (has no available capacity), or false otherwise. Note that for unbounded queues, this method always returns false.
Synopsis
Declared in <bdlcc_singleproducerqueue.h>
bool
isFull() const;
Return Value
true if this queue is full, and false otherwise
Created with MrDocs