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

List of all members
Buffer< T > Class Template Reference

Class that provides simple memory management routines for handling blocks of continues memory, also provides automatic memory deallocation. Note this class doesn't provide functionality for objects constructions and simply allocates and deallocates memory. In case of objects consider Collection or ObjectPtrCollection. More...

Class Declaration

template<typename T>
class daal::services::internal::Buffer< T >

Template Parameters
TType of elements which are stored in the buffer

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

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