Stack::isEmpty

(Available since version 1.0)

Stack::isEmptyChecks whether the stack is empty

Description

public bool Stack::isEmpty ( void )

Parameters

This function has no parameters.

Return Values

Returns whether the stack is empty.

To Top