mbxmlutils  1.3.0
Multi-Body XML Utils
simdutf::internal::atomic_ptr< T > Class Template Reference

Public Member Functions

 atomic_ptr (T *_ptr)
 
 operator const T * () const
 
const T & operator* () const
 
const T * operator-> () const
 
 operator T* ()
 
T & operator* ()
 
T * operator-> ()
 
atomic_ptroperator= (T *_ptr)
 

Private Attributes

std::atomic< T * > ptr
 

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