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 *) noexcept |
template<> | |
void | protozero::byteswap< 4 > (const char *data, char *result) noexcept |
template<> | |
void | protozero::byteswap< 8 > (const char *data, char *result) noexcept |
Contains functions to swap bytes in values (for different endianness).