Go to the source code of this file.
|
template<typename T , typename IndexType , typename ProjectionType , typename PredType > |
bool | AlgoImpl::IsSortedBy (const T *Range, IndexType RangeSize, ProjectionType Proj, PredType Pred) |
|
template<typename RangeType > |
FORCEINLINE bool | Algo::IsSorted (const RangeType &Range) |
|
template<typename RangeType , typename PredType > |
FORCEINLINE bool | Algo::IsSorted (const RangeType &Range, PredType Pred) |
|
template<typename RangeType , typename ProjectionType > |
FORCEINLINE bool | Algo::IsSortedBy (const RangeType &Range, ProjectionType Projection) |
|
template<typename RangeType , typename ProjectionType , typename PredType > |
FORCEINLINE bool | Algo::IsSortedBy (const RangeType &Range, ProjectionType Projection, PredType Pred) |
|