std::unordered_map::bucket_size – cppreference.com
Aus cppreference.com
<metanoindex/>
<tbody> </tbody>
|
|
(seit C++11) | |
Returns the number of elements in the bucket with index n.
Parameter
| n | - | the index of the bucket to examine |
Rückgabewert
the number of elements in the bucket n.
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 von Eimern Original: returns the number of buckets The text has been machine-translated via Google Translate. (öffentliche Elementfunktion) [edit] | |