Compartilhar via


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

Consulte também

Referência

Classe CMap

Gráfico da hierarquia

CMap::InitHashTable