Variable nvcv::cuda::Lowest

Variable Documentation

template<typename T, class = Require<HasTypeTraits<T>>>
constexpr BaseType<T> nvcv::cuda::Lowest = std::is_floating_point_v<BaseType<T>> ? -TypeTraits<T>::max : TypeTraits<T>::min