Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
QtNumericTests Namespace Reference

Variables

template<typename T >
static constexpr T max = std::numeric_limits<T>::max()
 
template<typename T >
static constexpr T min = std::numeric_limits<T>::min()
 

Variable Documentation

◆ max

template<typename T >
constexpr T QtNumericTests::max = std::numeric_limits<T>::max()
staticconstexpr

Definition at line 463 of file qnumeric.cpp.

◆ min

template<typename T >
constexpr T QtNumericTests::min = std::numeric_limits<T>::min()
staticconstexpr

Definition at line 464 of file qnumeric.cpp.