Heap::count

(Available since version 1.0)

Heap::countCounts the number of elements in the heap

Description

public int Heap::count ( void )

Parameters

This function has no parameters.

Return Values

Returns the number of elements in the heap.

To Top