Поделиться через


CMap::GetHashTableSize

Determines the number of elements in the hash table for the map.

UINT GetHashTableSize( ) const;

Возвращаемое значение

The number of elements in the hash table.

Пример

CMap<int,int,CPoint,CPoint> myMap;

UINT uTableSize = myMap.GetHashTableSize();      

Требования

Header: afxtempl.h

См. также

Основные понятия

CMap Class

CMap Members

Hierarchy Chart

CMap::InitHashTable