std::unordered_multiset::key_eq
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.
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.
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.
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.
You can help to correct and verify the translation. Click here for instructions.
