atomic access to POD type capable of CAS. More...
#include <atomic_prv_basic.h>
Public Member Functions | |
atomic_pod_cas (T t) noexcept | |
atomic_pod_cas (const atomic_pod_cas &t) noexcept | |
operator T () const noexcept | |
atomic_pod_cas & | operator= (T t) noexcept |
atomic_pod_cas & | operator= (const atomic_pod_cas &x) noexcept |
T | exchange (T newv) noexcept |
bool | compare_set_strong (T oldv, T newv) noexcept |
Protected Attributes | |
T | m_var |
atomic access to POD type capable of CAS.
Definition at line 54 of file atomic_prv_basic.h.