CHeapPtrElementTraits Class
Visual Studio 2012
This class provides methods, static functions, and typedefs useful when creating collections of heap pointers.
Important
|
|---|
|
This class and its members cannot be used in applications that execute in the Windows Runtime. |
template< typename T, class Allocator= ATL::CCRTAllocator > class CHeapPtrElementTraits : public CDefaultElementTraits< ATL::CHeapPtr< T, Allocator> >
This class provides methods, static functions, and typedefs for aiding the creation of collection class objects containing heap pointers. The class CHeapPtrList derives from CHeapPtrElementTraits.
For more information, see ATL Collection Classes.
Important