![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <type_traits>#include <QtCore/QtGlobal>#include <private/qglobal_p.h>Go to the source code of this file.
Classes | |
| struct | hasFuzzyCompare< T, typename > |
| struct | hasFuzzyCompare< T, std::void_t< decltype(qFuzzyCompare(std::declval< T & >(), std::declval< T & >()))> > |
Functions | |
| template<typename T, std::enable_if_t<!hasFuzzyCompare< T >::value, bool > = true> | |
| bool | qUpdateIfNeeded (T &orig, T updated) |
| template<typename T, std::enable_if_t< hasFuzzyCompare< T >::value, bool > = true> | |
| bool | qUpdateIfNeeded (T &orig, T updated) |
| bool qUpdateIfNeeded | ( | T & | orig, |
| T | updated ) |
Definition at line 33 of file qquick3dutils_p.h.
| bool qUpdateIfNeeded | ( | T & | orig, |
| T | updated ) |
Definition at line 43 of file qquick3dutils_p.h.