QAtomicInt Class

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> 。所有其他功能均等同。更多信息请参见该类。

另请参见 QAtomicIntegerQAtomicPointer

成员函数文档

[constexpr noexcept] QAtomicInt::QAtomicInt(int value = 0)

用给定的value 构建一个 QAtomicInt。

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.