Variable nvcv::cuda::detail::OneIsCompound

Variable Documentation

template<typename T, typename U, class = Require<HasTypeTraits<T, U>>>
constexpr bool nvcv::cuda::detail::OneIsCompound = (TypeTraits<T>::components == 0 && TypeTraits<U>::components >= 1) || (TypeTraits<T>::components >= 1 && TypeTraits<U>::components == 0) || IsSameCompound<T, U>