In today’s post, I like touch-up on C++26’s static reflection. In case you haven’t seen, I wrote a first post C++26 reflection at compile-time a while ago. C++ More C++26 reflection at compile-time by Andreas Fertig From the article: One of the great things about reflection is that we can already explore the new feature since with Clang there is a compiler available that implements all the facets.