cuda::experimental::has_level_or_unit
Defined in include/cuda/experimental/__hierarchy/hierarchy_dimensions.cuh
-
template<typename QueryLevel, typename Hierarchy>
constexpr bool cuda::experimental::has_level_or_unit = detail::has_level_helper<QueryLevel, ::cuda::std::remove_cvref_t<Hierarchy>>::value || detail::has_unit<QueryLevel, ::cuda::std::remove_cvref_t<Hierarchy>>::value