Template Struct hash

Inheritance Relationships

Base Type

  • public std::hash< T >

Struct Documentation

template<typename T, typename Enable = void>
struct hash : public std::hash<T>

Public Functions

inline size_t operator()(T const &obj) const noexcept(noexcept(std::declval<std::hash<T>>().(std::declval<T const&>())))