OpenEnroth 73e68f7
|
#include <cstring>
Functions | |
template<class T > | |
T | readUnaligned (const void *data) |
T readUnaligned | ( | const void * | data | ) |
Reading unaligned memory is UB in C++, so this is what this wrapper is for.
data | Unaligned data to read. |