22 #ifndef _BLAZE_MATH_SERIALIZATION_TypeValueMapping_H_
23 #define _BLAZE_MATH_SERIALIZATION_TypeValueMapping_H_
50 template<
bool IsSignedIntegral,
bool IsUn
signedIntegral,
bool IsFloatingPo
int,
bool IsComplex >
51 struct TypeValueMappingHelper;
62 struct TypeValueMappingHelper<false,false,false,false>
79 struct TypeValueMappingHelper<true,false,false,false>
96 struct TypeValueMappingHelper<false,true,false,false>
113 struct TypeValueMappingHelper<false,false,true,false>
130 struct TypeValueMappingHelper<false,false,false,true>
149 template<
typename T >