CAutoPtrList::CAutoPtrList

The constructor.

CAutoPtrList(
   UINT nBlockSize = 10 
) throw( );

Parameters

  • nBlockSize
    The block size, with a default of 10.

Remarks

The block size is a measure of the amount of memory allocated when a new element is required. Larger block sizes reduce calls to memory allocation routines, but use more resources.

Requirements

Header: atlcoll.h

See Also

Reference

CAutoPtrList Class

Other Resources

CAutoPtrList Members