Print values and types in C++26 using reflection and template for

lemire · x · 2026-08-18

Explains how to print a series of values along with their types in C++26 with minimal code. The approach uses template for for compile-time iteration and calls displaystringof on type reflections.

Original post →

More from coding & agent

coding & agent channel →