|
protozero
Minimalistic protocol buffer decoder and encoder in C++.
|
Contains functions to swap bytes in values (for different endianness). More...

Go to the source code of this file.
Namespaces | |
| protozero | |
| All parts of the protozero header-only library are in this namespace. | |
Functions | |
| template<int N> | |
| void | protozero::byteswap (const char *, char *) |
| template<> | |
| void | protozero::byteswap< 4 > (const char *data, char *result) |
| template<> | |
| void | protozero::byteswap< 8 > (const char *data, char *result) |
Contains functions to swap bytes in values (for different endianness).
1.8.9.1