reflection-cpp-0.4.0

C++ static reflection support library

Index | devel

Description

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

Maintainer: SASANO Takayoshi <uaa@openbsd.org>