在线文档教程
C++
容器 | Containers

std::unordered_map::bucket_size

STD:无序[医]地图::水桶[医]大小

size_type bucket_size( size_type n ) const;(since C++11)

返回桶中带有索引的元素数。n...

参数

n-the index of the bucket to examine

返回值

桶中的元素数n...

复杂性

常量。

另见

bucket_countreturns the number of buckets (public member function)

© cppreference.com

在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。

http://en.cppreference.com/w/cpp/container/unorder[医]地图/桶[医]大小