Parsing C++ code with C++2a static reflection – Maciej Narojczyk – code::dive 2021
Writing a reflection engine from scratch - Manuel Sanchez - Meeting C++ 2016
CppCon 2019: Andrew Sutton “Reflections: Compile-time Introspection of Source Code”
Compilers 1.0 - Static and dynamic
C++ Reflection Using Clang
C++23's std::mdspan
Runtime Reflection in C++
Type Safe Reflective Metaprogramming
Design of a C++ reflection API - Matúš Chochlík - Meeting C++ online
Reflection: Compile-Time Introspection of C++ - Andrew Sutton [ ACCU 2021 ]
Lightning Talk: How Hard Can it be to SFINAE in C++03? - Christopher Fretz - CppNow 2023
code::dive 2021 stream, stage 2, part 1
Vulkanised 2023: HLSL202x like its C++, building an `std::` like Library
A Faster Serialization Library Based on Compile-time Reflection and C++ 20 - Yu Qi - CppCon 2022
Reflection API for Modern C++ - Matus Chochlik - C++ on Sea 2022
C++ Weekly - Ep 242 - Design By Introspection in C++20 (concepts + if constexpr)
C++ Runtime Type Reflection
Extending Rotor with Structural Reflection to Support Reflective Languages
AutoMapper Clone using C# Roslyn Generator at Runtime
DEF CON 18 - Itzhak "zuk" Avraham - Exploitation on ARM - Technique and Bypassing Defense Mechanisms
SFBACCPPU 20151209 "Template Meta Programming in C++14"
Code Analysis Part 2 - Code Compilation
Beyond struct: Meta-programming a struct Replacement in C++20 - John Bandela - CppCon 2021
Initialisation in modern C++ - Timur Doumler
C# CodeCompiler - Compile C#-Code with a C#-Application