29 #ifndef __ETL_ENDIAN__
30 #define __ETL_ENDIAN__
54 DECLARE_ENUM_TYPE(
endian,
int)
55 ENUM_TYPE(little,
"little")
67 : ETL_ENDIAN_TEST(0x0011)
78 return (*reinterpret_cast<const uint8_t*>(&ETL_ENDIAN_TEST) == 0x11) ? endian::little : endian::big;
83 const uint16_t ETL_ENDIAN_TEST;
Definition: algorithm.h:43