Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
UINTGetHashTableSize()const;
Return Value
The number of elements in the hash table.
Remarks
Call this member function to determine the number of elements in the hash table for the map.
Example
CMap<int,int,CPoint,CPoint> myMap;
UINT uTableSize = myMap.GetHashTableSize();
CMap Overview | Class Members | Hierarchy Chart
See Also CMap::InitHashTable