Template Struct EqHelper< bool >

Struct Documentation

template<>
struct EqHelper<bool>

Public Static Functions

template<typename U>
static inline std::enable_if<std::is_convertible<U, bool>::value, void>::type equal(const Message *m, const U &other, bool &result)
template<typename U>
static inline std::enable_if<!std::is_convertible<U, bool>::value, void>::type equal(const Message*, const U&, bool &result)