Template Class CudaRef#

Class Documentation#

template<typename T>
class CudaRef#

Public Types

using PtrType = std::shared_ptr<T>#

Public Functions

inline CudaRef(const PtrType &ptr, size_t offset)#
inline CudaRef &operator=(const T &val)#
inline T get() const#
template<typename CAST>
inline operator CAST() const#
inline std::string str(const std::string &format = "{}") const#