cuda::experimental::stf::readonly_type_of

Defined in include/cuda/experimental/__stf/internal/data_interface.cuh

template<typename T>
using cuda::experimental::stf::readonly_type_of = typename reserved::readonly_type_of<T>::type

Given a type T, returns a type that is suitable for read-only access.

Template Parameters

T – Type to process