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

Qualifies references to memory with __restrict. Only works on l-value references. More...

#include <Accessors.hpp>

Public Member Functions

template<typename T >
auto operator() (T &r) const -> T &__restrict
 

Detailed Description

Qualifies references to memory with __restrict. Only works on l-value references.

Definition at line 100 of file Accessors.hpp.

Member Function Documentation

◆ operator()()

template<typename T >
auto llama::accessor::Restrict::operator() ( T &  r) const -> T& __restrict
inline

Definition at line 103 of file Accessors.hpp.


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