#include <Utility.h>
Public Member Functions | |
template<typename T> void | operator() (const T *t) const |
Destroy allocated memory. |
|
The allocated memory is destroyed by calling the delete operator on a pointer of type T. The type T is specified by the template parameter.
|