CMap::CMap

Use this constructor to construct an empty map. As the map grows, memory is allocated in units of nBlockSize entries.

Syntax

CMap( int nBlockSize = 10 );

At a Glance

Header file: Afxtempl.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CMap Overview, CMap Member Functions, Map Classes