Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Sort.h File Reference
#include "IntroSort.h"
+ Include dependency graph for Sort.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::Sort (RangeType &Range)
 
template<typename RangeType , typename PredicateType >
FORCEINLINE void Algo::Sort (RangeType &Range, PredicateType Pred)
 
template<typename RangeType , typename ProjectionType >
FORCEINLINE void Algo::SortBy (RangeType &Range, ProjectionType Proj)
 
template<typename RangeType , typename ProjectionType , typename PredicateType >
FORCEINLINE void Algo::SortBy (RangeType &Range, ProjectionType Proj, PredicateType Pred)