◐ Shell
clean mode source ↗

std::unordered_map::hash_function — cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

hasher hash_function() const;

(depuis C++11)

Renvoie la fonction de hachage que les touches .

Original:

Returns the function that hashes the keys.

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

la fonction de hachage .

Original:

the hash function.

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

Complexité

Constante

Original:

Constant

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

Voir aussi

renvoie la fonction utilisée pour comparer les clés pour l'égalité

Original:

returns the function used to compare keys for equality

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


(fonction membre publique) [edit]