table of contents
std::atomic_ref< _Tp >(3cxx) | std::atomic_ref< _Tp >(3cxx) |
NAME¶
std::atomic_ref< _Tp > - Class template to provide atomic operations on a non-atomic variable.
SYNOPSIS¶
Inherits std::__atomic_ref< _Tp, bool, bool >.
Public Member Functions¶
atomic_ref (_Tp &__t) noexcept
atomic_ref (const atomic_ref &)=default
atomic_ref & operator= (const atomic_ref
&)=delete
Detailed Description¶
template<typename _Tp>¶
struct std::atomic_ref< _Tp >"Class template to provide atomic operations on a non-atomic variable.
Definition at line 1632 of file atomic.
Constructor & Destructor Documentation¶
template<typename _Tp > std::atomic_ref< _Tp >::atomic_ref (_Tp & __t) [inline], [explicit], [noexcept]¶
Definition at line 1635 of file atomic.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Sun Jan 8 2023 | libstdc++ |