Reflection TS - C++ feature described here: https://en.cppreference.com/w/cpp/keyword/reflexpr
I am looking for any information about this feature.
I have this table describing compiler support: https://en.cppreference.com/w/cpp/compiler_support
but I don't see that this feature is planned or maybe the name of this feature is different?
In which C++ version will this functionality be supported?
Where can I find any tutorials/ info on this topic?
SG7, Compile-time pgmg 23619 TS Reflection Publish?
from isocpp.org/std/status . It's also not listed as a currently active project. – Knossos