Low-Level Abstraction of Memory Access
llama::mapping::BindBytesplit< InnerMapping > Struct Template Reference

#include <Bytesplit.hpp>

Public Types

template<typename ArrayExtents , typename RecordDim >
using fn = Bytesplit< ArrayExtents, RecordDim, InnerMapping >
 

Detailed Description

template<template< typename, typename > typename InnerMapping>
struct llama::mapping::BindBytesplit< InnerMapping >

Binds parameters to a Bytesplit 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.

Definition at line 137 of file Bytesplit.hpp.

Member Typedef Documentation

◆ fn

template<template< typename, typename > typename InnerMapping>
template<typename ArrayExtents , typename RecordDim >
using llama::mapping::BindBytesplit< InnerMapping >::fn = Bytesplit<ArrayExtents, RecordDim, InnerMapping>

Definition at line 140 of file Bytesplit.hpp.


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