|
libhatchet
|
#include <hxmemory_manager.h>
Public Member Functions | |
| template<typename T> | |
| constexpr void | operator() (T *t_) const |
| constexpr | operator bool (void) const |
hxconsteval_delete - A constexpr-compatible deleter that uses ::delete.
Required for consteval contexts where hxdefault_delete cannot be used because hxdelete calls hxfree which is not constexpr.
|
inlineconstexpr |
Always returns true, indicating the deleter is valid.
|
inlineconstexpr |
Deletes the object using ::delete.