20 General utilities library [utilities]

20.13 Class type_index [type.index]

20.13.1 Header <typeindex> synopsis [type.index.synopsis]

namespace std {
  class type_index;
  template <class T> struct hash;
  template<> struct hash<type_index>;
}