Low-Level Abstraction of Memory Access
llama::accessor::Atomic Struct Reference

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 >
 

Detailed Description

Accessor wrapping a reference into a std::atomic_ref. Can only wrap l-value references.

Definition at line 112 of file Accessors.hpp.

Member Function Documentation

◆ operator()()

template<typename T >
auto llama::accessor::Atomic::operator() ( T &  r) const -> std::atomic_ref<T>
inline

Definition at line 115 of file Accessors.hpp.


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