Template Struct EqHelper< std::wstring >

Struct Documentation

template<>
struct EqHelper<std::wstring>

Public Static Functions

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