Thrust

◆ reference [1/3]

template<typename T >
using thrust::system::cpp::reference = typedef thrust::reference<T, thrust::system::cpp::tag>

reference is a wrapped reference to an object stored in memory available to the cpp system. reference is the type of the result of dereferencing a cpp::pointer.

Template Parameters
TSpecifies the type of the referenced object.