Mission Base

Program Base Library Functions

int pblHeapIsEmpty

( PblHeap* heap )

Tests if the heap has no elements.

Documentation

Tests if the heap has no elements.

This function has a time complexity of O(1).

Parameters:
heap - The heap to use
Returns:
int rc != 0: The heap has no elements.
int rc == 0: The heap has elements.

Alphabetic index



This page was generated with the help of DOC++.