IHash<TKey,TValue>.bucket_count Método

Definición

Cuenta el número de depósitos de la tabla hash.

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

Devoluciones

Número actual de depósitos de la tabla hash.

Comentarios

Para obtener más información, vea hash_map::bucket_count (STL/CLR),hash_multimap::bucket_count (STL/CLR),hash_set::bucket_count (STL/CLR) y hash_multiset::bucket_count (STL/CLR).

Se aplica a