cuda::experimental::stf::type_name
Defined in include/cuda/experimental/__stf/utility/traits.cuh
-
template<class T>
constexpr ::std::string_view cuda::experimental::stf::type_name = reserved::type_name_impl<T>() Yields a string form of type name.
Exact spelling not guaranteed (e.g.
type_name<int*>
may be"int*"
,"int *"
etc).- Template Parameters
T – The type to show.