Template Struct isEqual

Struct Documentation

template<typename T>
struct isEqual

Check for equality of initally defined and later given value.

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

Public Functions

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

Public Members

const T value