next up previous contents
Next: Old-Style Priority Queues (priority_queue) Up: Priority Queues Previous: Priority Queues (p_queue)

   
Priority Queues with Implementation Parameter (_p_queue)

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.



LEDA research project
1998-10-02