Near feature complete.
@@ -0,0 +1,8 @@
#pragma once
#include "Field.hpp"
template <typename Type>
std::vector<uint8_t> beEncode(const Type val)
{
return beEncode(reinterpret_cast<const uint8_t *>(&val), sizeof(val));
}
The note is not visible to the blocked user.