cuda::experimental::stf::readonly_type_of#

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

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

Template Parameters:

T – Type to process