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.
Determines the number of elements in the hash table for the map.
UINT GetHashTableSize( ) const;
Return Value
The number of elements in the hash table.
Example
CMap<int,int,CPoint,CPoint> myMap;
UINT uTableSize = myMap.GetHashTableSize();
Requirements
Header: afxtempl.h