◐ Shell
clean mode source ↗

std::unordered_map::bucket_size - cppreference.com

De cppreference.com

<metanoindex/>

<tbody> </tbody>

size_type bucket_size( size_type n ) const;

(desde C++11)

Returns the number of elements in the bucket with index n.

Parâmetros

n - the index of the bucket to examine

Valor de retorno

the number of elements in the bucket n.

Complexidade

Constante

Original:

Constant

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Veja também

retorna o número de baldes

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.


(função pública membro) [edit]