summaryrefslogtreecommitdiff
path: root/devel/reflection-cpp/pkg-descr
blob: 7d8c1036c99de418c6ed15ba4597709dc32e4e31 (plain) (blame)
1
2
3
4
5
6
7
8
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