35 #ifndef IE_CORE_DELETER_H
36 #define IE_CORE_DELETER_H
46 inline void operator()( T &arg )
57 inline void operator()( T &arg )
69 inline void operator()( T & )
76 #endif // IE_CORE_DELETER_H
A simple unary functor which calls delete on its argument, and resets it to zero. ...
Definition: Deleter.h:44
A simple unary functor which calls delete[] on its argument, and resets it to zero.
Definition: Deleter.h:55
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43