Audacity 3.2.0
|
A deleter class to supply the second template parameter of unique_ptr for classes like wxWindow that should be sent a message called Destroy rather than be deleted directly. More...
#include <MemoryX.h>
Public Member Functions | |
void | operator() (T *p) const |
A deleter class to supply the second template parameter of unique_ptr for classes like wxWindow that should be sent a message called Destroy rather than be deleted directly.
|
inline |