|
libhatchet
|
#include <hxmemory_manager.h>
Public Member Functions | |
| template<typename T> | |
| void | operator() (T *) const |
| operator bool (void) const | |
hxdo_not_delete - A version of hxdefault_delete that does not delete the object.
Allows removing object destruction from container destructors that handle static allocations or don't own their contents for another reason.
|
inline |
Always returns false, indicating the deleter should not be called.
|
inline |
Does not delete the object.