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