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

Retornos

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

Comentários

Para obter 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