![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qglobal.h>
#include <QtCore/qcompare_impl.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 } |