std::type_index::hash_code
Aus cppreference.com
< cpp | types | type index
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
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.
Inhaltsverzeichnis |
[Bearbeiten] 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.
[Bearbeiten] 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.
[Bearbeiten] Beispiel
This section is incomplete Reason: no example |
[Bearbeiten] Siehe auch
(C++11) |
Hash-Unterstützung für std::type_index Original: hash support for std::type_index The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (class Template-Spezialisierung) |