Mission Base

Program Base Library Functions

int pblPriorityQueueSize

(/ PblPriorityQueue* queue )

Returns the number of elements in the priority queue.

Documentation

Returns the number of elements in the priority queue.

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

Parameters:
queue - The queue to use
Returns:
int rc: The number of elements in the priority queue.

Alphabetic index



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