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
qatomicscopedvaluerollback.h File Reference

(c1f1523047b2e005fb7442847c2aa000faa7d0ac)

#include <QtCore/qassert.h>
#include <QtCore/qatomic.h>
#include <QtCore/qcompilerdetection.h>
#include <QtCore/qtclasshelpermacros.h>
#include <QtCore/qtconfigmacros.h>
#include <atomic>
+ Include dependency graph for qatomicscopedvaluerollback.h:

Go to the source code of this file.

Classes

class  QAtomicScopedValueRollback< T >
 

Functions

template<typename T >
 QAtomicScopedValueRollback (QBasicAtomicPointer< T > &) -> QAtomicScopedValueRollback< T * >
 
template<typename T >
 QAtomicScopedValueRollback (QBasicAtomicPointer< T > &, std::memory_order) -> QAtomicScopedValueRollback< T * >
 

Function Documentation

◆ QAtomicScopedValueRollback() [1/2]

template<typename T >
QAtomicScopedValueRollback ( QBasicAtomicPointer< T > & ) -> QAtomicScopedValueRollback< T * >

◆ QAtomicScopedValueRollback() [2/2]

template<typename T >
QAtomicScopedValueRollback ( QBasicAtomicPointer< T > & ,
std::memory_order  ) -> QAtomicScopedValueRollback< T * >