8#pragma qt_class(QtCompare)
11#include <QtCore/qglobal.h>
12#include <QtCore/qcompare_impl.h>
46 {
return lhs.isOrdered() && lhs.m_order == 0; }
50 {
return lhs.isOrdered() && lhs.m_order != 0; }
54 {
return lhs.isOrdered() && lhs.m_order < 0; }
58 {
return lhs.isOrdered() && lhs.m_order <= 0; }
62 {
return lhs.isOrdered() && lhs.m_order > 0; }
66 {
return lhs.isOrdered() && lhs.m_order >= 0; }
71 {
return rhs.isOrdered() && 0 == rhs.m_order; }
75 {
return rhs.isOrdered() && 0 != rhs.m_order; }
79 {
return rhs.isOrdered() && 0 < rhs.m_order; }
83 {
return rhs.isOrdered() && 0 <= rhs.m_order; }
87 {
return rhs.isOrdered() && 0 > rhs.m_order; }
91 {
return rhs.isOrdered() && 0 >= rhs.m_order; }
95 {
return lhs.m_order == rhs.m_order; }
98 {
return lhs.m_order != rhs.m_order; }
110 constexpr bool isOrdered() noexcept
friend constexpr bool operator==(QPartialOrdering lhs, QtPrivate::CompareAgainstLiteralZero) noexcept
friend constexpr bool operator<(QPartialOrdering lhs, QtPrivate::CompareAgainstLiteralZero) noexcept
friend constexpr bool operator==(QtPrivate::CompareAgainstLiteralZero, QPartialOrdering rhs) noexcept
friend constexpr bool operator>(QPartialOrdering lhs, QtPrivate::CompareAgainstLiteralZero) noexcept
static const QPartialOrdering Less
friend constexpr bool operator>=(QtPrivate::CompareAgainstLiteralZero, QPartialOrdering rhs) noexcept
friend constexpr bool operator==(QPartialOrdering lhs, QPartialOrdering rhs) noexcept
friend constexpr bool operator!=(QtPrivate::CompareAgainstLiteralZero, QPartialOrdering rhs) noexcept
friend constexpr bool operator<=(QPartialOrdering lhs, QtPrivate::CompareAgainstLiteralZero) noexcept
friend constexpr bool operator!=(QPartialOrdering lhs, QtPrivate::CompareAgainstLiteralZero) noexcept
friend constexpr bool operator!=(QPartialOrdering lhs, QPartialOrdering rhs) noexcept
static const QPartialOrdering Greater
friend constexpr bool operator<=(QtPrivate::CompareAgainstLiteralZero, QPartialOrdering rhs) noexcept
static const QPartialOrdering Equivalent
static const QPartialOrdering Unordered
friend constexpr bool operator>=(QPartialOrdering lhs, QtPrivate::CompareAgainstLiteralZero) noexcept
Combined button and popup list for selecting options.
qint8 CompareUnderlyingType
GLfixed GLfixed GLint GLint order
QT_BEGIN_NAMESPACE typedef signed char qint8