std::unordered_map::key_eq – cppreference.com
Aus cppreference.com
<metanoindex/>
<tbody> </tbody>
|
|
(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. (öffentliche Elementfunktion) [edit] | |