|
|
|
|
|
by vouwfietsman
488 days ago
|
|
Interesting! There seem to be a lot of limitations though: > Boost.PFR library works with types that satisfy the requirements of SimpleAggregate: aggregate types without base classes, const fields, references, or C arrays: And in general seems to be dependent on C++20 for getting field names. Do you know how this works? Initializer lists seem somehow involved. |
|