<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Reflection on /dev/null notes</title><link>https://dev0notes.com/tags/reflection/</link><description>Recent content in Reflection on /dev/null notes</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 06 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://dev0notes.com/tags/reflection/index.xml" rel="self" type="application/rss+xml"/><item><title>Annotations in C++26 static reflection</title><link>https://dev0notes.com/posts/2026-06-06_annotations/</link><pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate><guid>https://dev0notes.com/posts/2026-06-06_annotations/</guid><description>&lt;p&gt;&lt;em&gt;C++26&lt;/em&gt; added static reflection to the already big bag of compile-time features. One of the most powerful tools that made it into the language is the ability to use custom annotations and to inspect them at compile time. Here, we will see how to define and use annotations, and how to pass various arguments to them that can be extracted through reflection.&lt;/p&gt;</description></item></channel></rss>