std::size_t hash_code() const; | (since C++11) (until C++14) | |
std::size_t hash_code() const noexcept; | (since C++14) |
Returns the hash code of the associated std::type_info
object. Equivalent to calling type_info::hash_code
directly.
(none).
The hash code of the associated type_info
object.
(C++11) | hash support for std::type_index (class template specialization) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/types/type_index/hash_code