![]() |
Low-Level Abstraction of Memory Access
|
#include <BitPackedFloat.hpp>
Public Types | |
template<typename ArrayExtents , typename RecordDim > | |
using | fn = BitPackedFloatAoS< ArrayExtents, RecordDim, ExponentBits, MantissaBits, LinearizeArrayIndexFunctor, PermuteFields, std::conditional_t< !std::is_void_v< StoredIntegral >, StoredIntegral, internal::StoredIntegralFor< RecordDim > >> |
Definition at line 416 of file BitPackedFloat.hpp.
using llama::mapping::BindBitPackedFloatAoS< ExponentBits, MantissaBits, LinearizeArrayIndexFunctor, PermuteFields, StoredIntegral >::fn = BitPackedFloatAoS< ArrayExtents, RecordDim, ExponentBits, MantissaBits, LinearizeArrayIndexFunctor, PermuteFields, std::conditional_t< !std::is_void_v<StoredIntegral>, StoredIntegral, internal::StoredIntegralFor<RecordDim> >> |
Definition at line 419 of file BitPackedFloat.hpp.