Struct isGreater

Struct Documentation

struct isGreater

Check if later given greater than initally defined value.

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

Public Functions

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

Public Members

const double value