Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
LegacySort.h File Reference
+ Include dependency graph for LegacySort.h:

Go to the source code of this file.

Namespaces

namespace  AlgoImpl
 
namespace  Algo
 

Functions

template<typename T , typename ProjectionType , typename PredicateType >
void AlgoImpl::LegacySortInternal (T *First, int32 Num, ProjectionType Projection, PredicateType Predicate)
 
template<typename RangeType >
FORCEINLINE void Algo::LegacySort (RangeType &&Range)
 
template<typename RangeType , typename PredicateType >
FORCEINLINE void Algo::LegacySort (RangeType &&Range, PredicateType Pred)
 
template<typename RangeType , typename ProjectionType >
FORCEINLINE void Algo::LegacySortBy (RangeType &&Range, ProjectionType Proj)
 
template<typename RangeType , typename ProjectionType , typename PredicateType >
FORCEINLINE void Algo::LegacySortBy (RangeType &&Range, ProjectionType Proj, PredicateType Pred)