![]() |
Murl Engine API
Version 2018.3
|
The default delete functor. More...
#include <murl_deleter.h>
The default delete functor.
Public Member Functions | |
template<class DataType > | |
void | operator() (DataType *&pointer) |
Delete the pointer and set the pointer to zero. More... | |
|
inline |
Delete the pointer and set the pointer to zero.
pointer | Reference to the pointer to delete. |