CMap( int nBlockSize = 10 );
Parameters
nBlockSize
Specifies the memory-allocation granularity for extending the map.
Remarks
Constructs an empty map. As the map grows, memory is allocated in units of nBlockSize entries.
CMap Overview | Class Members | Hierarchy Chart