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

List of all members
ObjectPtrCollection< T, Deleter > Class Template Reference

Class that implements functionality of collection container and holds pointers to objects of specified type, also provides automatic objects disposal. More...

Class Declaration

template<typename T, typename Deleter = ObjectDeleter<T>>
class daal::services::internal::ObjectPtrCollection< T, Deleter >

Template Parameters
TType of objects which are stored in the container
DeleterType of deleter to be called on collection disposal

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

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