Evolving a Translation System with Reflection in C++
A nice example of C++26 reflection moving from theory into something practical. Evolving a Translation System with Reflection in C++ By GitHub user: friedkeenan From the post: Lately, I’ve been using…
Read the full articleYou might also wanna read
Benchmarking enum-to-string conversion: C++26 reflection vs traditional approaches
Article/tutorial on

Exploring C++26 Reflections for Compile-Time UML Diagram Generation
The first thing I do every time I need to learn a new codebase is to start drawing the UML diagram of its classes, and usually give up soon
reachablecode.com·11mo ago
C++26 to Introduce Compile-Time Reflection in C++ Programming
Herb Sutter just announced that the verdict is in: C++26, the next version of C++, will include compile-time reflection.
lemire.me·1y agoC++26 Standard Draft Finalized with Reflection, Memory Safety, Contracts, and New Concurrency Framework
The C++26 standard draft is now complete, reports Herb Sutter, long-time C++ expert and former chair of the ISO C++ standards committee. The
rjk::duck: Simplifying C++ Type Erasure with C++26 Reflection
If you’ve ever tried using type erasure for something more complicated than std::any or std::function, you’ve either written 100+ lines of e
Mirror Bridge: C++26 Reflection Tool for Automatic Python, Lua, and JavaScript Bindings
A reflection-based approach for generating Python/Lua/JS bindings for your C++ code - FranciscoThiesen/mirror_bridge

Comments
Sign in to join the conversation.
No comments yet. Be the first.