std::unordered_map::bucket – cppreference.com
Aus cppreference.com
<metanoindex/>
<tbody> </tbody>
|
|
(seit C++11) | |
Gibt den Eimer Index für die wichtigsten key .
Original:
Returns the bucket index for the key key.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Parameter
| key | - | der Wert des Schlüssels zu prüfen Original: the value of the key to examine The text has been machine-translated via Google Translate. |
Rückgabewert
Eimer Index für die wichtigsten key .
Original:
bucket index for the key key.
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 Anzahl der Elemente in bestimmten Eimer Original: returns the number of elements in specific bucket The text has been machine-translated via Google Translate. (öffentliche Elementfunktion) [edit] | |