![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/private/qglobal_p.h>Go to the source code of this file.
Namespaces | |
| namespace | QtPrivate |
Typedefs | |
| template<typename T> | |
| using | QtPrivate::if_volatile = std::enable_if_t<std::is_volatile_v<T>, bool> |
Functions | |
| template<typename T, QtPrivate::if_volatile< T > = true> | |
| auto | QtPrivate::volatilePreIncrement (T &x) |
| template<typename T, QtPrivate::if_volatile< T > = true> | |
| auto | QtPrivate::volatilePreDecrement (T &x) |