Reflection in C++
Reflection in C++ - Past, Present, and Hopeful Future - Andrei Alexandrescu - CppCon 2022
- Brief History of reflection in general
- Metaprogramming
see also
- Circle lang - a new language that extends C++ 17 to support data-driven imperative metaprogramming. Circle combines the immediacy and flexibility of a scripting language with the type system, performance and universality of C++.
Written on May 11, 2023, Last update on May 11, 2023
c++
reflection