IHash<TKey,TValue>.bucket_count Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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).