Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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
 \macro QT_NO_KEYWORDS >
 

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)