This topic has not yet been rated - Rate this topic

CAutoVectorPtrElementTraits Class 

This class provides methods, static functions, and typedefs useful when creating collections of smart pointers using vector new and delete operators.


template<
   typename T
>
class CAutoVectorPtrElementTraits : public CDefaultElementTraits<
   ATL::CAutoVectorPtr< T >
>

Parameters

T

The pointer type.

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.

Header: atlcoll.h

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.