DynamicStorage#

Fully qualified name: cupva::DynamicStorage

Defined in src/host/cpp_api/include/cupva_host.hpp

template<typename T>
class DynamicStorage#

Used to hide the implementation details.

The DynamicStorage stores pointer to the implementation object. The implementation object will be allocated on the heap.