QAtomicInt 类为 int 提供独立于平台的原子操作。 更多...
头: | #include <QAtomicInt> |
CMake: |
find_package(Qt6 REQUIRED COMPONENTS Core)
target_link_libraries(mytarget PRIVATE Qt6::Core) |
qmake: | QT += core |
继承: | QAtomicInteger |
QAtomicInt (int value = 0) |
此类相当于
QAtomicInteger<int>
。所有其它功能等同。请参阅相应类以获取更多信息。
另请参阅 QAtomicInteger and QAtomicPointer .
[constexpr]
QAtomicInt::
QAtomicInt
(
int
value
= 0)
构造 QAtomicInt 采用给定 value .