Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
HeapSort.h File Reference
+ Include dependency graph for HeapSort.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Algo
 

Functions

template<typename RangeType >
FORCEINLINE void Algo::HeapSort (RangeType &&Range)
 
template<typename RangeType , typename PredicateType >
FORCEINLINE void Algo::HeapSort (RangeType &&Range, PredicateType Predicate)
 
template<typename RangeType , typename ProjectionType >
FORCEINLINE void Algo::HeapSortBy (RangeType &&Range, ProjectionType Projection)
 
template<typename RangeType , typename ProjectionType , typename PredicateType >
FORCEINLINE void Algo::HeapSortBy (RangeType &&Range, ProjectionType Projection, PredicateType Predicate)