std::unordered_map::load_factor
Aus cppreference.com
<metanoindex/>
<tbody> </tbody> float load_factor() const; |
(seit C++11) | |
Gibt die durchschnittliche Anzahl von Elementen pro Eimer .
Original:
Returns the average number of elements per bucket.
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
(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.
You can help to correct and verify the translation. Click here for instructions.
Rückgabewert
durchschnittliche Anzahl von Elementen pro Eimer
Original:
average number of elements per bucket
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.
