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

Go to the source code of this file.

Classes

struct  AlgoImpl::TLess< T >
 

Namespaces

namespace  AlgoImpl
 
namespace  Algo
 

Functions

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)