Murl::Deleter Class Reference
The default delete functor. More...
#include "murl_deleter.h"
Public Member Functions | |
template<class DataType > | |
void | operator() (DataType *&pointer) |
Delete the pointer and set the pointer to zero. More... | |
Detailed Description
The default delete functor.
Member Function Documentation
◆ operator()()
template<class DataType >
|
inline |
Delete the pointer and set the pointer to zero.
- Parameters
-
pointer Reference to the pointer to delete.
The documentation for this class was generated from the following file:
- murl_deleter.h