![]() |
Low-Level Abstraction of Memory Access
|
Accessor wrapping a reference into a std::atomic_ref. Can only wrap l-value references. More...
#include <Accessors.hpp>
Public Member Functions | |
template<typename T > | |
auto | operator() (T &r) const -> std::atomic_ref< T > |
Accessor wrapping a reference into a std::atomic_ref. Can only wrap l-value references.
Definition at line 112 of file Accessors.hpp.
|
inline |
Definition at line 115 of file Accessors.hpp.