mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
7691a978f1
ok bentley@
9 lines
285 B
Plaintext
9 lines
285 B
Plaintext
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
|