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;

Created with MrDocs