Reflection is commonplace in other contemporary programming languages, but support for it in C++ is virtually non-existent. In this article we’re going to summarize what reflection is and how existing C++ techniques to implement it could potentially be improved in the upcoming C++26 Standard. Reflection is the ability of a running program to inspect, analyze… Continue reading How could Reflection be applied to Modern C++?
↧