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 >
© Copyright 1998-2001, Algorithmic Solutions Software GmbH. All rights reserved.
2001-02-21