30 Jun
2016
30 Jun
'16
7:08 p.m.
On Thu, Jun 30, 2016 at 1:11 PM, Louis Dionne
Antony Polukhin
writes:
PODs Flat Reflection (or PFR) is a C++14 library that represents POD structures as tuples and provides tuple-like methods for PODs. Library has a set of predefined operators for PODs and useful functions for everyday use. Works with user-defined types without any macro or boilerplate code.
Side question: any interest for making this part of Hana?
I can also imagine Serialization benefiting from this functionality - whether or not it's integrated into Hana.