![]() |
Low-Level Abstraction of Memory Access
|
#include <AoS.hpp>
Public Types | |
template<typename ArrayExtents , typename RecordDim > | |
using | fn = AoS< ArrayExtents, RecordDim, Alignment, LinearizeArrayIndexFunctor > |
Binds parameters to an AoS mapping except for array and record dimension, producing a quoted meta function accepting the latter two. Useful to to prepare this mapping for a meta mapping.
using llama::mapping::BindAoS< Alignment, LinearizeArrayIndexFunctor >::fn = AoS<ArrayExtents, RecordDim, Alignment, LinearizeArrayIndexFunctor> |