IHash<TKey,TValue>.bucket_count 方法

定义

计算哈希表中的存储桶数。

public:
 int bucket_count();
public int bucket_count ();
abstract member bucket_count : unit -> int
Public Function bucket_count () As Integer

返回

哈希表中的当前存储桶数。

注解

有关详细信息,请参阅 hash_map::bucket_count (STL/CLR) hash_multimap::bucket_count (STL/CLR) hash_set::bucket_count (STL/CLR) hash_multiset::bucket_count (STL/CLR)

适用于