#include <atomic_object.h>
Public Member Functions | |
| AtomicObject ()=default | |
| AtomicObject (T object) | |
| T | Load () const |
| void | Store (const T &object) |
Definition at line 14 of file atomic_object.h.
|
default |
|
inlineexplicit |
Definition at line 17 of file atomic_object.h.
|
inline |
Definition at line 19 of file atomic_object.h.
|
inline |
Definition at line 24 of file atomic_object.h.