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