|
OpenEnroth 731eccc
|
#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 |