Struct notGreater

Struct Documentation

struct notGreater

Check if later given not greater than initally defined value.

One Check struct that checks whether the given value is not greater than the initially given other value, both of which have to be convertible to double.

Public Functions

template<typename T>
inline notGreater(T value)
template<typename T2>
inline bool operator()(const T2 &val) const

Public Members

const double value