Stack::count

(Available since version 1.0)

Stack::countCounts the number of elements in the stack.

Description

public int Stack::count ( void )

Parameters

This function has no parameters.

Return Values

Returns the number of elements in the stack.

To Top