Proposal for Reflection and injection in c++
- p0712r0 : Implementing language support for compile-time metaprogramming - Herb Sutter and Andrew Sutton
- p0707r1 : Metaclasses: Generative C++ - Herb Sutter
- p0590r0 : A design for static reflection - Herb Sutter and Andrew Sutton
- P0779R0: Proposing operator try() - Niall Douglas
- Can Qt's moc be replaced by C++ reflection? - Olivier Goffart