RSSAmplifier

Blog

Murat Hepeyiler

Practical notes and deep dives on ARM architecture, operating systems, C, C++, and compiler internals. Focused on real systems, not theory.

murathepeyiler.comRSS feed ↗2 posts

Latest posts

What the heck is std::meta::info?

In my last post, we met the reflection operator. But we left the question about std::meta::info hanging. Now it's time to find an answer. To kick things off, I would like to recall the definition of std::meta::info from P2996R13,Section 4.3 . namespace std

What the heck is Reflection?

A casual introduction to C++26's new reflection operators, ^^ and [: :], with a hands-on enum-to-string example.