CHeapPtrBase Class
Visual Studio 2012
This class forms the basis for several smart heap pointer classes.
Important
|
|---|
|
This class and its members cannot be used in applications that execute in the Windows Runtime. |
template < class T, class Allocator= CCRTAllocator > class CHeapPtrBase
This class forms the basis for several smart heap pointer classes. The derived classes, for example, CHeapPtr and CComHeapPtr, add their own constructors and operators. See these classes for implementation examples.
Important