#include <vector>
#include <queue>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | oasys |
Classes | |
class | oasys::BoundedPriorityQueue< T, TSize, TCompare > |
BoundedPriorityQueue inherits from the std::priority_queue template to include capacity detection and to impose an arbitrary bound. More... |