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