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