|
ORE Studio 0.0.4
|
Custom reflector for ores::utility::serialization::error_code. More...
#include <reflectors.hpp>

Public Types | |
| using | ReflType = std::uint16_t |
Static Public Member Functions | |
| static ores::utility::serialization::error_code | to (const ReflType &v) |
| static ReflType | from (const ores::utility::serialization::error_code &v) |
Custom reflector for ores::utility::serialization::error_code.
Serializes as underlying integer type to avoid GCC 15 compilation errors in rfl's internal enum range detection (std::min/max type mismatch).