FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Endianness change functor: will change from big to little or little to big endian format on integer types. More...
#include <fastarduino/functors.h>
Endianness change functor: will change from big to little or little to big endian format on integer types.
It also supports arrays (or struct) of several integral values to change endianness for each of them.
T | the input type (can be integral or complex) |
TT | the integral type embedded in type T |
Definition at line 169 of file functors.h.