|
libhatchet
|
#include <hxmemory_manager.h>
Public Member Functions | |
| template<typename T> | |
| void | operator() (T *t_) const |
| operator bool (void) const | |
hxdefault_delete - A callable that deletes objects of type T using hxdelete.
Used by containers to implement the destruction of their contents according to a template parameter. Implements std::default_delete.
|
inline |
Always returns true, indicating the deleter is valid.
|
inline |
Deletes the object using hxdelete.