Low-Level Abstraction of Memory Access
llama::mapping::BindBitPackedFloatSoA< ExponentBits, MantissaBits, LinearizeArrayIndexFunctor, StoredIntegral > Struct Template Reference

#include <BitPackedFloat.hpp>

Public Types

template<typename ArrayExtents , typename RecordDim >
using fn = BitPackedFloatSoA< ArrayExtents, RecordDim, ExponentBits, MantissaBits, LinearizeArrayIndexFunctor, std::conditional_t< !std::is_void_v< StoredIntegral >, StoredIntegral, internal::StoredIntegralFor< RecordDim > >>
 

Detailed Description

template<typename ExponentBits = unsigned, typename MantissaBits = ExponentBits, typename LinearizeArrayIndexFunctor = LinearizeArrayIndexRight, typename StoredIntegral = void>
struct llama::mapping::BindBitPackedFloatSoA< ExponentBits, MantissaBits, LinearizeArrayIndexFunctor, StoredIntegral >

Binds parameters to a BitPackedFloatSoA 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 293 of file BitPackedFloat.hpp.

Member Typedef Documentation

◆ fn

template<typename ExponentBits = unsigned, typename MantissaBits = ExponentBits, typename LinearizeArrayIndexFunctor = LinearizeArrayIndexRight, typename StoredIntegral = void>
template<typename ArrayExtents , typename RecordDim >
using llama::mapping::BindBitPackedFloatSoA< ExponentBits, MantissaBits, LinearizeArrayIndexFunctor, StoredIntegral >::fn = BitPackedFloatSoA< ArrayExtents, RecordDim, ExponentBits, MantissaBits, LinearizeArrayIndexFunctor, std::conditional_t< !std::is_void_v<StoredIntegral>, StoredIntegral, internal::StoredIntegralFor<RecordDim> >>

Definition at line 296 of file BitPackedFloat.hpp.


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