Template Struct hash< Enum, typename std::enable_if< std::is_enum< Enum >::value >::type >

Struct Documentation

template<typename Enum>
struct hash<Enum, typename std::enable_if<std::is_enum<Enum>::value>::type>

Public Functions

inline size_t operator()(Enum e) const noexcept