Posts

Reflection in C++26: Determine the Layout

Thanks to reflection, you can determine the layout of types. My examples are based on the reflection…

Reflection in C++26: Metafunctions for Enums and Classes

Today, I continue my journey through reflection in C++26 and play with enums and classes. The…

Reflection in C++26: Metafunctions

Reflection offers many metafunctions that run at compile time. The metafunctions are declared…

Reflection in C++26

After the search into the breadth starts today, the search into the depth: reflection. Reflection Reflection…