OpenEnroth 73e68f7
|
#include <FreeDeleter.h>
Public Member Functions | |
template<typename T > | |
void | operator() (const T *p) const |
Deleter class to be used with std::unique_ptr
for managing memory allocated with malloc
.
Example usage:
|
inline |