Template Struct EqHelper
Defined in File message.hpp
Struct Documentation
-
template<typename T>
struct EqHelper Public Types
Public Static Functions
-
template<typename U>
static inline std::enable_if<std::is_arithmetic<U>::value && is_same_sign<U>::value, void>::type equal(const Message *m, const U &other, bool &result)
-
template<typename U>
static inline std::enable_if<std::is_arithmetic<U>::value && !is_same_sign<U>::value && std::is_signed<U>::value, void>::type equal(const Message *m, const U &other, bool &result)
-
template<typename U>