Return true if this queue is full (when the number of elements currently in this queue equals its capacity), or false otherwise.
true
false
Declared in <bdlcc_fixedqueue.h>
<bdlcc_fixedqueue.h>
bool isFull() const;