Class PriorityQueue

A subclass of Queue; retrieves entries in priority order (largest first).

Entries are typically tuples of the form: (priority number, data).

Inherits from

  • Object (base class)

Authors

Dragos Carp

Copyright

© 2015-2016 Dragos Carp

License

Boost Software License - Version 1.0