Home
About
Blog
LinkedIn
C++ Dynamic Polymorphism
20 May 2021
[
c++
polymorphism
]
Code for the talk
https://godbolt.org/z/McT4Tb
Prototype implementation
https://github.com/TartanLlama/typeclasses
Experimental compiler
https://github.com/lock3/meta
https://cppx.godbolt.org/
References
Dynamic Polymorphism With Code Injection and Metaclasses
Reflection: Compile-Time Introspection of C++ - Andrew Sutton