#include <autoptr.h>
DestructorPolicy template for pointer to single object types.
Static Public Member Functions |
|
static void | Delete (Type *ptr) |
static void Delete | ( | Type * | ptr | ) | [inline, static] |
{
delete ptr;
}