Spec PriorityHeap
Stores the priority data on a heap.

Extends PriorityType
All Extended PriorityType
Defined in <seqan/misc/priority_type_heap.h>
Signature template <[typename TValue[, typename TLess]]> class PriorityType<TValue, TLess, PriorityHeap>;

Template Parameters

TValue The value type. Default: int.
TLess The less-than comparator. Default: std::less<TValue>.

Interface Function Overview

Interface Functions Inherited From PriorityType