Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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