cuda::experimental::stf::rw_type_of

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

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

Given a type T, returns the inverse of constify.

Template Parameters

T – Type to process