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 *) |
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.
the | type type be stored |
|
inlinevirtual |