1 #ifndef NPSTAT_ISMONOTONOUS_HH_ 2 #define NPSTAT_ISMONOTONOUS_HH_ 22 bool status = ++begin != end;
24 if (!(*
first < *begin))
35 bool status = ++begin != end;
37 if (!(*begin < *
first))
54 bool status = ++begin != end;
67 bool status = ++begin != end;
84 #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)