Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This class provides methods useful when constructing an array of smart pointers.
template<
typename E
>
class CAutoPtrArray : public CAtlArray<
ATL::CAutoPtr< E >,
CAutoPtrElementTraits< E >
>
Parameters
- E
The pointer type.
Remarks
This class provides a constructor and derives methods from CAtlArray and CAutoPtrElementTraits to aid the creation of a collection class object storing smart pointers.
For more information, see ATL Collection Classes.
Requirements
Header: atlcoll.h