FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
Loading...
Searching...
No Matches
functor::ChangeEndianness< T, TT > Class Template Reference

Endianness change functor: will change from big to little or little to big endian format on integer types. More...

#include <fastarduino/functors.h>

Detailed Description

template<typename T, typename TT = T>
class functor::ChangeEndianness< T, TT >

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.

Template Parameters
Tthe input type (can be integral or complex)
TTthe integral type embedded in type T

Definition at line 169 of file functors.h.


The documentation for this class was generated from the following file: