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
QtPrivate::CompareThreeWayTester Namespace Reference

Functions

template<typename LT , typename RT , std::enable_if_t< hasCompareThreeWay< LT, RT >, bool > = true>
constexpr bool compareThreeWayNoexcept () noexcept
 

Variables

template<typename LT , typename RT , typename = void>
constexpr bool hasCompareThreeWay = false
 

Function Documentation

◆ compareThreeWayNoexcept()

template<typename LT , typename RT , std::enable_if_t< hasCompareThreeWay< LT, RT >, bool > = true>
constexpr bool QtPrivate::CompareThreeWayTester::compareThreeWayNoexcept ( )
constexprnoexcept

Definition at line 628 of file qcompare.h.

References compareThreeWay().

+ Here is the call graph for this function:

Variable Documentation

◆ hasCompareThreeWay

template<typename LT , typename RT , typename = void>
constexpr bool QtPrivate::CompareThreeWayTester::hasCompareThreeWay = false
constexpr

Definition at line 614 of file qcompare.h.