IHash<TKey,TValue>.bucket_count Methode

Definitie

Telt het aantal buckets in de hash-tabel.

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

Retouren

Het huidige aantal buckets in de hash-tabel.

Opmerkingen

Zie hash_map::bucket_count (STL/CLR), hash_multimap::bucket_count (STL/CLR), hash_set::bucket_count (STL/CLR) en hash_multiset::bucket_count (STL/CLR).

Van toepassing op