![]() |
Low-Level Abstraction of Memory Access
|
#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 > >> |
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.
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.