◐ Shell
clean mode source ↗

std::unordered_map::key_eq — cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

key_equal key_eq() const;

(depuis C++11)

Renvoie la fonction qui compare les clés pour l'égalité .

Original:

Returns the function that compares 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.

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 comparaison touche .

Original:

the key comparison 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

retours fonctionner de hachage utilisée pour les touches

Original:

returns function used to hash the keys

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]