IHash<TKey,TValue>.rehash(Int32) Metoda

Definice

Znovu vytvoří hashovací tabulku.

public:
 void rehash(int _Buckets);
public void rehash (int _Buckets);
abstract member rehash : int -> unit
Public Sub rehash (_Buckets As Integer)

Parametry

_Buckets
Int32

Počet kbelíků pro hashovací tabulku.

Poznámky

Další informace najdete v tématech hash_map::rehash (STL/CLR), hash_multimap::rehash (STL/CLR), hash_set::rehash (STL/CLR) a hash_multiset::rehash (STL/CLR).

Platí pro