IHash<TKey,TValue>.bucket_count Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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).