std::atomic_ref< _Tp >
Class template to provide atomic operations on a non-atomic variable.
- Provided by: libstdc++-13-doc (Version: 13.3.0-6ubuntu2~24.04.1)
- Source: gcc-13
- Report a bug
Class template to provide atomic operations on a non-atomic variable.
#include <atomic>
Inherits __atomic_ref< _Tp >.
atomic_ref (_Tp &__t) noexcept
atomic_ref (const atomic_ref &)=default
atomic_ref & operator= (const atomic_ref
&)=delete
struct std::atomic_ref< _Tp >"Class template to provide atomic operations on a non-atomic variable.
Generated automatically by Doxygen for libstdc++ from the source code.