std::unordered_map::bucket_count
Aus cppreference.com
<metanoindex/>
<tbody> </tbody> size_type bucket_count() const; |
(seit C++11) | |
Gibt die Anzahl der Eimer in den Behälter .
Original:
Returns the number of buckets in the container.
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
die Anzahl von Schaufeln in dem Behälter
Original:
the number of buckets in the container
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.
