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