![]() |
Low-Level Abstraction of Memory Access
|
Go to the source code of this file.
Namespaces | |
llama | |
llama::mapping | |
llama::mapping::internal | |
Typedefs | |
template<typename ProjectionMap , typename Coord , typename RecordDimType > | |
using | llama::mapping::internal::ProjectionOrVoid = typename decltype(projectionOrVoidImpl< ProjectionMap, Coord, RecordDimType >())::type |
template<typename RecordDim , typename ProjectionMap > | |
using | llama::mapping::internal::ReplaceTypesByProjectionResults = TransformLeavesWithCoord< RecordDim, MakeReplacerProj< ProjectionMap >::template fn > |
Functions | |
template<typename ProjectionMap , typename Coord , typename RecordDimType > | |
auto | llama::mapping::internal::projectionOrVoidImpl () |
Variables | |
template<typename Mapping > | |
constexpr bool | llama::mapping::isProjection = false |
template<typename TArrayExtents , typename TRecordDim , template< typename, typename > typename InnerMapping, typename ReplacementMap > | |
constexpr bool | llama::mapping::isProjection< Projection< TArrayExtents, TRecordDim, InnerMapping, ReplacementMap > > = true |