Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qvolatile_p.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtCore/private/qglobal_p.h>
Include dependency graph for qvolatile_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)