.TH "std::__atomic_base< _ITp >" 3cxx "Sun Feb 7 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__atomic_base< _ITp > \- Base class for atomic integrals\&. .SH SYNOPSIS .br .PP .SS "Public Types" .in +1c .ti -1c .RI "using \fBdifference_type\fP = value_type" .br .ti -1c .RI "using \fBvalue_type\fP = _ITp" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "constexpr \fB__atomic_base\fP (__int_type __i) noexcept" .br .ti -1c .RI "\fB__atomic_base\fP (const \fB__atomic_base\fP &)=delete" .br .ti -1c .RI "\fB__attribute__\fP ((__always_inline__)) void store(__int_type __i" .br .ti -1c .RI "bool \fBis_lock_free\fP () const noexcept" .br .ti -1c .RI "bool \fBis_lock_free\fP () const volatile noexcept" .br .ti -1c .RI "\fBoperator __int_type\fP () const noexcept" .br .ti -1c .RI "\fBoperator __int_type\fP () const volatile noexcept" .br .ti -1c .RI "__int_type \fBoperator&=\fP (__int_type __i) noexcept" .br .ti -1c .RI "__int_type \fBoperator&=\fP (__int_type __i) volatile noexcept" .br .ti -1c .RI "__int_type \fBoperator++\fP () noexcept" .br .ti -1c .RI "__int_type \fBoperator++\fP () volatile noexcept" .br .ti -1c .RI "__int_type \fBoperator++\fP (int) noexcept" .br .ti -1c .RI "__int_type \fBoperator++\fP (int) volatile noexcept" .br .ti -1c .RI "__int_type \fBoperator+=\fP (__int_type __i) noexcept" .br .ti -1c .RI "__int_type \fBoperator+=\fP (__int_type __i) volatile noexcept" .br .ti -1c .RI "__int_type \fBoperator\-\-\fP () noexcept" .br .ti -1c .RI "__int_type \fBoperator\-\-\fP () volatile noexcept" .br .ti -1c .RI "__int_type \fBoperator\-\-\fP (int) noexcept" .br .ti -1c .RI "__int_type \fBoperator\-\-\fP (int) volatile noexcept" .br .ti -1c .RI "__int_type \fBoperator\-=\fP (__int_type __i) noexcept" .br .ti -1c .RI "__int_type \fBoperator\-=\fP (__int_type __i) volatile noexcept" .br .ti -1c .RI "__int_type \fBoperator=\fP (__int_type __i) noexcept" .br .ti -1c .RI "__int_type \fBoperator=\fP (__int_type __i) volatile noexcept" .br .ti -1c .RI "\fB__atomic_base\fP & \fBoperator=\fP (const \fB__atomic_base\fP &) volatile=delete" .br .ti -1c .RI "\fB__atomic_base\fP & \fBoperator=\fP (const \fB__atomic_base\fP &)=delete" .br .ti -1c .RI "__int_type \fBoperator^=\fP (__int_type __i) noexcept" .br .ti -1c .RI "__int_type \fBoperator^=\fP (__int_type __i) volatile noexcept" .br .ti -1c .RI "__int_type \fBoperator|=\fP (__int_type __i) noexcept" .br .ti -1c .RI "__int_type \fBoperator|=\fP (__int_type __i) volatile noexcept" .br .in -1c .SH "Detailed Description" .PP .SS "template .br struct std::__atomic_base< _ITp >" Base class for atomic integrals\&. .PP Definition at line 258 of file atomic_base\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.