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