std::type_info::hash_code
From cppreference.com
size_t hash_code() const; |
(since C++11) | |
Returns an unspecified value, which is identical for objects, referring to the same type. No other guarantees are given, in particular, the value can change between invocations of the same program.
Contents |
[edit] Parameters
(none)
[edit] Return value
some value, which is identical for the same types.
[edit] Example
This section is incomplete Reason: no example |
[edit] See also
checks whether the objects refer to the same type (public member function) | |
implementation defined name of the type (public member function) |