std::unordered_multimap::bucket
Aus cppreference.com
<metanoindex/>
<tbody> </tbody> size_type bucket( const Key& key ) const; |
(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.
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. You can help to correct and verify the translation. Click here for instructions. |
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.
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.
