![]() |
Low-Level Abstraction of Memory Access
|
#include <Accessors.hpp>
Additional Inherited Members | |
![]() | |
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.