Heap::isEmpty

(Available since version 1.0)

Heap::isEmptyChecks whether the heap is empty

Description

public bool Heap::isEmpty ( void )

Parameters

This function has no parameters.

Return Values

Returns whether the heap is empty.

To Top