![]() |
Low-Level Abstraction of Memory Access
|
#include <Accessors.hpp>
Inheritance diagram for llama::accessor::Stacked< Accessors >:
Collaboration diagram for llama::accessor::Stacked< Accessors >:Additional Inherited Members | |
Public Member Functions inherited from llama::accessor::Default | |
| template<typename Reference > | |
| auto | operator() (Reference &&r) const -> Reference |
Accessor combining multiple other accessors. The contained accessors are applied in left to right order to the memory location when forming the reference returned from a view.
Definition at line 188 of file Accessors.hpp.