Mission Base

Program Base Library Functions

int pblSetIsEmpty

( PblSet* set )

Tests if this set has no elements.

Documentation

Tests if this set has no elements.

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

Parameters:
set - The set to test
Returns:
int rc != 0: This set has no elements.
int rc == 0: This set has elements.

Alphabetic index



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