thrust::system::cpp::reference
Defined in thrust/system/cpp/pointer.h
- 
template<typename T>
 using thrust::system::cpp::reference = thrust::reference<T, thrust::system::cpp::tag>
- referenceis a wrapped reference to an object stored in memory available to the- cppsystem.- referenceis the type of the result of dereferencing a- cpp::pointer.- Template Parameters
- T – Specifies the type of the referenced object.