Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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