IHash<TKey,TValue>.bucket_count Metodo

Definizione

Conta il numero di bucket nella tabella hash.

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

Restituisce

Numero corrente di bucket nella tabella hash.

Commenti

Per altre informazioni, vedere hash_map::bucket_count (STL/CLR) hash_multimap::bucket_count (STL/CLR), hash_set::bucket_count (STL/CLR) e hash_multiset::bucket_count (STL/CLR).

Si applica a