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