◐ Shell
clean mode source ↗

std::unordered_map::key_eq – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

key_equal key_eq() const;

(seit C++11)

Gibt die Funktion, die Schlüssel vergleicht für die Gleichstellung .

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.

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.

Rückgabewert

der Schlüssel Vergleichsfunktion .

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.

Komplexität

Constant

Original:

Constant

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

Siehe auch

Renditen funktionieren zur Hash der Schlüssel

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.


(öffentliche Elementfunktion) [edit]