Template Class CudaRef#

Class Documentation#

template<typename T>
class CudaRef#

Public Types

using PtrType = T*#

Public Functions

inline CudaRef(PtrType ptr, size_t offset)#
inline CudaRef &operator=(const T &val)#
inline T get() const#
template<typename CAST>
inline operator CAST() const#
template<typename T_, typename Char, typename Ctx>
inline void str(const fmt::formatter<T_, Char> &format, Ctx &ctx) const#