cuda::experimental::stf::exception_policies::translate#
-
template<class _From, class _To>
constexpr translate_t<_From, _To> cuda::experimental::stf::exception_policies::translate = {}# Translates: catches a
_From(catch-clause rules), throws a_To— constructed from the caught_Fromwhen possible, default-constructed otherwise.Anything else declines.