IHash<TKey,TValue>.bucket_count Método

Definição

Conta o número de buckets na tabela de hash.

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

Devoluções

O número atual de buckets na tabela de hash.

Observações

Para mais informações, consulte 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).

Aplica-se a