std::type_index::hash_code (3) - Linux Manuals
std::type_index::hash_code: std::type_index::hash_code
Command to display std::type_index::hash_code
manual in Linux: $ man 3 std::type_index::hash_code
NAME
std::type_index::hash_code - std::type_index::hash_code
Synopsis
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.
Parameters
(none)
Return value
The hash code of the associated type_info object.
Example
This section is incomplete
Reason: no example
See also
std::hash<std::type_index> hash support for std::type_index
(class template specialization)
(C++11)
Pages related to std::type_index::hash_code
- std::type_index::name (3) - std::type_index::name
- std::type_index::operator==,!=,<,<=,>,>= (3) - std::type_index::operator==,!=,<,<=,>,>=
- std::type_index::type_index (3) - std::type_index::type_index
- std::type_index (3) - std::type_index
- std::type_info (3) - std::type_info
- std::type_info::before (3) - std::type_info::before
- std::type_info::hash_code (3) - std::type_info::hash_code
- std::type_info::name (3) - std::type_info::name
- std::type_info::operator==,std::type_info::operator!= (3) - std::type_info::operator==,std::type_info::operator!=
- std::type_info::~type_info (3) - std::type_info::~type_info
- std::type_identity (3) - std::type_identity
- std::tan(std::complex) (3) - std::tan(std::complex)