Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
qcompare.h File Reference
#include <QtCore/qglobal.h>
#include <QtCore/qcompare_impl.h>
+ Include dependency graph for qcompare.h:

Go to the source code of this file.

Classes

class  QPartialOrdering
 

Namespaces

namespace  QtPrivate
 \macro QT_NAMESPACE
 

Typedefs

using QtPrivate::CompareUnderlyingType = qint8
 

Enumerations

enum class  QtPrivate::Ordering : CompareUnderlyingType { QtPrivate::Equal = 0 , QtPrivate::Equivalent = Equal , QtPrivate::Less = -1 , QtPrivate::Greater = 1 }
 
enum class  QtPrivate::Uncomparable : CompareUnderlyingType { QtPrivate::Unordered = -127 }