![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/private/qglobal_p.h>
Include dependency graph for qvolatile_p.h:Go to the source code of this file.
Namespaces | |
| namespace | QtPrivate |
| \macro QT_NAMESPACE | |
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) |