<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Introspection on Pi Stack</title>
    <link>https://www.pistack.xyz/tags/introspection/</link>
    <description>Recent content in Introspection on Pi Stack</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 30 Jun 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.pistack.xyz/tags/introspection/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Self-Hosted C&#43;&#43; Reflection Libraries: rttr vs refl-cpp vs ponder</title>
      <link>https://www.pistack.xyz/posts/2026-06-30-cpp-reflection-libraries-rttr-refl-cpp-ponder/</link>
      <pubDate>Tue, 30 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://www.pistack.xyz/posts/2026-06-30-cpp-reflection-libraries-rttr-refl-cpp-ponder/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;C++ lacks native runtime reflection — unlike Java, C#, or Python, you cannot inspect class members, enumerate properties, or dynamically invoke methods at runtime. This has spawned a rich ecosystem of libraries that bridge the gap using template metaprogramming, macros, and code generation. Three prominent solutions have emerged: &lt;strong&gt;rttr&lt;/strong&gt; (runtime type reflection), &lt;strong&gt;refl-cpp&lt;/strong&gt; (compile-time static reflection), and &lt;strong&gt;ponder&lt;/strong&gt; (declarative C++ reflection).&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
