◐ Shell
clean mode source ↗

std::unordered_map::bucket_size – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

size_type bucket_size( size_type n ) const;

(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.
You can help to correct and verify the translation. Click here for instructions.


(öffentliche Elementfunktion) [edit]