How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

C++ Reflection: a Universal Printer -- Lieven de Cock

calendar_today August 5, 2026 person Blog Staff domain cplusplus

C++26 introduced reflection. Lieven de Cock demonstrates how to print information about class members using this new feature. C++ Reflection: a Universal Printer by Lieven de Cock From the article: The challenge of this article is to write a universal printer/formatter, so that we can format (nearly) any type we have.

open_in_new Read original post