Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
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.