std::type_index::hash_code
From cppreference.com
< cpp | types | type index
size_t hash_code() const; |
(since C++11) | |
Returns the hash code of the associated std::type_info object. Equivalent to calling type_info::hash_code directly.
Contents |
[edit] Parameters
(none)
[edit] Return value
the hash code of the associated type_info object.
[edit] Example
This section is incomplete Reason: no example |
[edit] See also
(C++11) |
hash support for std::type_index (class template specialization) |