Template Class CudaRef#

Class Documentation#

template<typename T>
class CudaRef#

Public Types

using PtrType = std::shared_ptr<T>#

Public Functions

CudaRef(const PtrType &ptr, size_t offset)#
CudaRef &operator=(const T &val)#
template<typename CAST>
operator CAST() const#