命名空间
变体
操作

std::unordered_map<Key,T,Hash,KeyEqual,Allocator>::bucket_count

来自 cppreference.com
< cpp‎ | 容器‎ | 无序映射
 
 
 
 
size_type bucket_count() const;
(自 C++11)

返回容器中的桶数。

内容

[编辑] 参数

(无)

[编辑] 返回值

容器中的桶数。

[编辑] 复杂度

常数。

[编辑] 另请参阅

返回特定桶中的元素数量
(公有成员函数) [编辑]
返回桶的最大数量
(公有成员函数) [编辑]