Variable nvcv::cuda::detail::OneIsCompoundAndBothAreIntegral

Variable Documentation

template<typename T, typename U, class = Require<HasTypeTraits<T, U>>>
constexpr bool nvcv::cuda::detail::OneIsCompoundAndBothAreIntegral = OneIsCompound<T, U> && IsIntegral<T> && IsIntegral<U>