Go to the source code of this file.
|
| 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) |
| |