hash Structure
Šablona třídy definuje jako vrácení jeho metodu val.hash_code().Metoda definuje funkci hash, který se používá k mapování hodnot typu type_index rozdělení hodnot indexu.
template<>
struct hash<type_index>
: public unary_function<type_index, size_t>
{ // hashes a typeinfo object
size_t operator()(type_index val) const;
};