Struct isSmaller

Struct Documentation

struct isSmaller

Check if later given smaller than initally defined value.

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

Public Functions

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

Public Members

const double value