DeletePolicy< T > Class Template Reference

#include <Pt/SmartPtr.h>

Deleter policy for SmartPtr. More...

Detailed Description

template<typename T>
class Pt::DeletePolicy< T >

The DeletePolicy implements the method, which instructs the SmartPtr to free the object which it helds by deleting it.