Definition
An instance of type _p_queue<P,I,impl> is a priority queue implemented by data type impl. impl must be one of the priority queue implementations listed in section Implementations Priority Queues or a user defined data structure fulfilling the specification given in section User Implementations Priority Queues. Note that the priority type P must linearly ordered.
#include < LEDA/ _p _queue.h >