Phosphor
phosphor::RelaxedAtomic< T > Class Template Reference

Public Member Functions

 RelaxedAtomic (const T &initial)
 
 RelaxedAtomic (const RelaxedAtomic &other)
 
 operator T () const
 
load () const
 
RelaxedAtomicoperator= (const RelaxedAtomic &rhs)
 
RelaxedAtomicoperator= (T val)
 
operator++ ()
 
operator++ (int)
 
operator-- ()
 
operator-- (int)
 

Protected Attributes

std::atomic< T > value
 

The documentation for this class was generated from the following file: