CAutoVectorPtrElementTraits Class
Visual Studio 2012
This class provides methods, static functions, and typedefs useful when creating collections of smart pointers using vector new and delete operators.
Important
|
|---|
|
This class and its members cannot be used in applications that execute in the Windows Runtime. |
template< typename T > class CAutoVectorPtrElementTraits : public CDefaultElementTraits< ATL::CAutoVectorPtr< T> >
This class provides methods, static functions, and typedefs for aiding the creation of collection class objects containing smart pointers. Unlike CAutoPtrElementTraits, this class uses vector new and delete operators.
Important