Go to the source code of this file.
|
template<typename RangeValueType , typename IndexType , typename ProjectionType , typename PredicateType > |
bool | AlgoImpl::IsHeapInternal (RangeValueType *Heap, IndexType Num, ProjectionType Projection, PredicateType Predicate) |
|
template<typename RangeType > |
FORCEINLINE bool | Algo::IsHeap (RangeType &Range) |
|
template<typename RangeType , typename PredicateType > |
FORCEINLINE bool | Algo::IsHeap (RangeType &Range, PredicateType Predicate) |
|
template<typename RangeType , typename ProjectionType > |
FORCEINLINE bool | Algo::IsHeapBy (RangeType &Range, ProjectionType Projection) |
|
template<typename RangeType , typename ProjectionType , typename PredicateType > |
FORCEINLINE bool | Algo::IsHeapBy (RangeType &Range, ProjectionType Projection, PredicateType Predicate) |
|