#include <Heap.h>
Public Types | |
typedef T_ | T |
typedef TI_ | TI |
typedef CMin< T_, TI_ > | Crev |
Static Public Member Functions | |
static bool | cmp (T a, T b) |
static T | neutral () |
The C object gives the type T of the values in the heap, the type of the keys, TI and the comparison that is done: > for the minheap and < for the maxheap. The neutral value will always be dropped in favor of any other value in the heap.