Sunday, December 5, 2010

The priority_queue Container

The priority_queue container has the top() member function and the queue container does not have the top() member function.

top() gives you the highest priority item in the priority queue.

No comments:

Post a Comment