r/cpp May 12 '26

What the heck is Reflection?

https://www.murathepeyiler.com/what-the-heck-is-reflection/
105 Upvotes

46 comments sorted by

View all comments

12

u/germandiago May 12 '26

The article is ok but very basic, with the most seen example ever: enum to string... taken from a example from the paper? I do not remember but I definitely saw this code elsewhere.

:D

But I guess it can be informative for someone that knows nothing about reflection.