std::type_index::hash_code

1
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.

Parameters

(none).

Return value

The hash code of the associated type_info object.

Exceptions

(none) (until C++14)
noexcept specification:
noexcept
(since C++14)

Example

See also

hash support for std::type_index
(class template specialization)
doc_CPP
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.