◐ Shell
clean mode source ↗

std::unordered_multimap::hash_function – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

hasher hash_function() const;

(seit C++11)

Gibt die Funktion, die Hashes der Schlüssel .

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.

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

die Hash-Funktion .

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.

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

gibt die Funktion verwendet, um Schlüssel für die Gleichstellung zu vergleichen

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.


(öffentliche Elementfunktion) [edit]