First page
Back
Continue
Last page
Graphics
IntStack::isFull
bool IntStack::isFull( ) const
{
return (top == (size – 1) );
}