1 #ifndef NPSTAT_ISMONOTONOUS_HH_ 2 #define NPSTAT_ISMONOTONOUS_HH_ 25 if (!(*first < *begin))
39 if (!(*begin < *first))
91 #endif // NPSTAT_ISMONOTONOUS_HH_ bool isStrictlyIncreasing(Iter begin, Iter const end)
bool isStrictlyDecreasing(Iter begin, Iter const end)
bool isStrictlyMonotonous(Iter const begin, Iter const end)
bool isNonDecreasing(Iter begin, Iter const end)
bool isNonIncreasing(Iter begin, Iter const end)
bool isMonotonous(Iter const begin, Iter const end)