Variable nvcv::cuda::detail::IsIntegralCompound

Variable Documentation

template<typename T, class = Require<HasTypeTraits<T>>>
constexpr bool nvcv::cuda::detail::IsIntegralCompound = IsIntegral<T> && IsCompound<T>