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