CMap::GetHashTableSize

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 OverviewClass MembersHierarchy Chart

See Also   CMap::InitHashTable