Quantcast
Channel: Learn Modern C++
Viewing all articles
Browse latest Browse all 32

How could Reflection be applied to Modern C++?

$
0
0
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++?

Viewing all articles
Browse latest Browse all 32

Trending Articles