19 General utilities library [utilities]

19.17 Class type_­index [type.index]

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

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