WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

contour-terminal/reflection-cpp

Repository files navigation

Reflection C++

This is a C++ static reflection library.

Goals

  • Trivial to integrate into existing codebases (no code generation, no macros, no build system changes)
  • Minimal to zero runtime overhead
  • Works with C++20 and later
  • Prepared to integrate C++26 reflections when they are available