A helper class to make it possible to store a non-pointer object or a pointer that must not be freed in a shared pointer.
More...
#include <mia/core/tools.hh>
Public Member Functions |
virtual void | operator() (T *) |
Detailed Description
template<typename T>
struct void_destructor< T >
A helper class to make it possible to store a non-pointer object or a pointer that must not be freed in a shared pointer.
- Template Parameters
-
Definition at line 42 of file tools.hh.
Member Function Documentation
The documentation for this struct was generated from the following file: