Go to the source code of this file.
|
template<typename T , typename ProjectionType , typename PredicateType > |
void | AlgoImpl::Merge (T *First, int32 Mid, int32 Num, ProjectionType Projection, PredicateType Predicate) |
|
template<typename T , typename ProjectionType , typename PredicateType > |
void | AlgoImpl::StableSortInternal (T *First, int32 Num, ProjectionType Projection, PredicateType Predicate) |
|
template<typename RangeType > |
FORCEINLINE void | Algo::StableSort (RangeType &&Range) |
|
template<typename RangeType , typename PredicateType > |
FORCEINLINE void | Algo::StableSort (RangeType &&Range, PredicateType Pred) |
|
template<typename RangeType , typename ProjectionType > |
FORCEINLINE void | Algo::StableSortBy (RangeType &&Range, ProjectionType Proj) |
|
template<typename RangeType , typename ProjectionType , typename PredicateType > |
FORCEINLINE void | Algo::StableSortBy (RangeType &&Range, ProjectionType Proj, PredicateType Pred) |
|