30 Sep
2020
30 Sep
'20
1:46 p.m.
perhaps Describe could copy the API of PFR for the overlap.
I don't see how. Describe gives you a typelist describing the type, at compile time; PFR gives you a tuple API (tuple_size and get<I>.) That's similar to what I have requested earlier: Using range-based for on enumerators directly. It is already possible to do on top of Describe and I'm pretty sure the pfr interface is too. So it is more about
providing a bit more and maybe in an optimized manner.