#pragma once #include "Field.hpp" template std::vector beEncode(const Type val) { return beEncode(reinterpret_cast(&val), sizeof(val)); }