First page
Back
Continue
Last page
Graphics
isFull ( )
bool IntQueue::isFull ( ) const
{
return items == qsize;
}