C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
ObjectDeleter< T > Class Template Reference

Implementation of DeleterIface to destroy a pointer by the delete operator. More...

Class Declaration

template<class T>
class daal::services::interface1::ObjectDeleter< T >

Template Parameters
TClass of the object to delete

Member Function Documentation

void operator() ( const void *  ptr)
inlinevirtual

Deletes an object referenced by a pointer

Parameters
[in]ptrPointer to the object

Implements DeleterIface.


The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.