CMap::GetHashTableSize
Determina il numero di elementi nella tabella hash per il mapping.
UINT GetHashTableSize( ) const;
Valore restituito
Il numero di elementi nella tabella hash.
Esempio
CMap<int,int,CPoint,CPoint> myMap;
UINT uTableSize = myMap.GetHashTableSize();
Requisiti
Header: afxtempl.h