ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
Reflector< ores::utility::serialization::error_code > Struct Reference

Custom reflector for ores::utility::serialization::error_code. More...

#include <reflectors.hpp>

Collaboration diagram for Reflector< ores::utility::serialization::error_code >:
Collaboration graph

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)
 

Detailed Description

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).