The SimpleCxxLib package


#include "pqueue.h"

This file exports the PriorityQueue class, a collection in which values are processed in priority order.
Class
PriorityQueue<ValueType> This class models a structure called a priority queue in which values are processed in order of priority.