CMap::GetHashTableSize
Determina o número de elementos na tabela hash para o mapa.
UINT GetHashTableSize( ) const;
Valor de retorno
O número de elementos na tabela hash.
Exemplo
CMap<int,int,CPoint,CPoint> myMap;
UINT uTableSize = myMap.GetHashTableSize();
Requisitos
Cabeçalho: afxtempl.h