Struct notSmaller

Struct Documentation

struct notSmaller

Check if later given not smaller than initally defined value.

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

Public Functions

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

Public Members

const double value