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

Go to the source code of this file.

Namespaces

namespace  AlgoImpl
 
namespace  Algo
 

Functions

template<typename T , typename ProjectionType , typename PredicateType >
void AlgoImpl::IntroSortInternal (T *First, SIZE_T Num, ProjectionType Projection, PredicateType Predicate)
 
template<typename RangeType >
FORCEINLINE void Algo::IntroSort (RangeType &Range)
 
template<typename RangeType , typename PredicateType >
FORCEINLINE void Algo::IntroSort (RangeType &Range, PredicateType Predicate)
 
template<typename RangeType , typename ProjectionType >
FORCEINLINE void Algo::IntroSortBy (RangeType &Range, ProjectionType Projection)
 
template<typename RangeType , typename ProjectionType , typename PredicateType >
FORCEINLINE void Algo::IntroSortBy (RangeType &Range, ProjectionType Projection, PredicateType Predicate)