std::type_info::hash_code
From cppreference.com
Template:cpp/types/type info/sidebar
size_t hash_code() const; |
Template:mark c++11 feature | |
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 |
Parameters
Return value
some value, which is identical for the same types.
Example
See also
implementation defined name of the type (public member function) |