Implements a class for a binary heap with dynamic keys. More...
#include "PriorityQueue.h"#include "../functor/compose.h"#include <vector>Go to the source code of this file.
Classes | |
| class | PriorityQueueBinaryHeapDynamicKeys< T, GetHandle, Key, GetKey, CompareKeys, Sequence > |
| A priority queue with dynamic keys implemented with a binary heap. More... | |
Implements a class for a binary heap with dynamic keys.
1.6.3