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.
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