Namensräume
Varianten
Aktionen

std::{{{1}}}::hash_function

Aus cppreference.com

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.

Inhaltsverzeichnis

[Bearbeiten] 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.

[Bearbeiten] 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.

[Bearbeiten] 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.

[Bearbeiten] 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 of std::{{{1}}}) [edit]