◐ Shell
clean mode source ↗

std::type_index::hash_code — cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

size_t hash_code() const;

(depuis C++11)

Retourne le code de hachage de l'objet std::type_info associé. Équivalent à l'appel

type_info::hash_code

directement .

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.

Paramètres

(Aucun)

Original:

(none)

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Retourne la valeur

le code de hachage de l'objet associé type_info .

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.

Exemple

Voir aussi

soutien de hachage pour 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.


(classe générique spécialisée) [edit]