8 ms·
Of course I would have been doing the same :) The documentation here states: https://pagghiu.github.io/SaneCppLibraries/library_reflection.html https://pagghi
by pagghiu 3y ago
Of course I would have been doing the same :)
The documentation here states:
https://pagghiu.github.io/SaneCppLibraries/library_reflection.html https://pagghiu.github.io/SaneCppLibraries/library_reflectio...
Note
Reflection uses more complex C++ constructs compared to other libraries in this repository. To limit the issue, effort has been spent trying not to use obscure C++ meta-programming techniques. The library uses only template partial specialization and constexpr.