Qt::has_qt_compare_three_way Struct
template <typename T, typename> struct Qt::has_qt_compare_three_wayA type trait for checking if a type supports compareThreeWay(). More...
| Header: | #include <QtCompare> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS Core)target_link_libraries(mytarget PRIVATE Qt6::Core) |
| qmake: | QT += core |
| Since: | Qt 6.12 |
Detailed Description
This struct is a UnaryTypeTrait that inherits std::true_type if T supports three-way comparison via compareThreeWay(), and std::false_type otherwise.
Use Qt::if_has_qt_compare_three_way to constrain function templates on this property.
See also Qt::if_has_qt_compare_three_way and Qt::compareThreeWay().
© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.