Bagikan melalui


IHash<TKey,TValue>.bucket_count Metode

Definisi

Menghitung jumlah wadah dalam tabel hash.

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

Mengembalikan

Jumlah wadah saat ini dalam tabel hash.

Keterangan

Untuk informasi selengkapnya, lihat hash_map::bucket_count (STL/CLR), hash_multimap::bucket_count (STL/CLR), hash_set::bucket_count (STL/CLR), dan hash_multiset::bucket_count (STL/CLR).

Berlaku untuk