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