std::type_index::hash_code
Aus cppreference.com
<metanoindex/>
<tbody> </tbody> size_t hash_code() const; |
(seit C++11) | |
Gibt den Hashcode des zugehörigen std::type_info Objekt. Gleichbedeutend mit dem Aufruf type_info::hash_code direkt .
Original:
Returns the hash code of the associated std::type_info object. Equivalent to calling type_info::hash_code directly.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Parameter
(None)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Rückgabewert
der Hash-Code des zugehörigen
type_info Objekt .Original:
the hash code of the associated
type_info object.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Beispiel
| This section is incomplete Reason: no example |
