cuda::experimental::stf::rw_type_of#

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

Given a type T, returns the inverse of constify.

Template Parameters:

T – Type to process