Template Struct notEqual

Struct Documentation

template<typename T>
struct notEqual

Check for un-equality of initally defined and later given value.

One Check struct that checks whether the given value is not equal to the initially given other value.

Public Functions

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

Public Members

const T value