(no title)
nikki93 | 1 year ago
You do have to tag struct fields with a macro, but you can attach contexpr-visitable attributes. There's also a static limit to how many reflectable fields you can have, all reflectable fields need to be at the front of the struct, and the struct needs to be an aggregate.
gpderetta|1 year ago
Now I use the same trick in our code base to generically hash aggregates, but I limit it to 4 fields for sanity.
asguy|1 year ago