It looks better to me than the other macro solution as it is more transparent what is done compared to DEFINE_ENUM. But I agree it is not as succinct as C++'s reflection syntax.
back
1 comments
> It looks better to me than the other macro solution as it is more transparent what is done compared to DEFINE_ENUM.
Fair enough.