libstdc++
|
Inherits __atomic_ref< _Tp >.
Public Member Functions | |
atomic_ref (_Tp &__t) noexcept | |
atomic_ref (const atomic_ref &)=default | |
atomic_ref & | operator= (const atomic_ref &)=delete |
Class template to provide atomic operations on a non-atomic variable.
|
inlineexplicitnoexcept |