https://github.com/ubpa/best-cpp-reflection
best cpp reflection
https://github.com/ubpa/best-cpp-reflection
Last synced: 4 months ago
JSON representation
best cpp reflection
- Host: GitHub
- URL: https://github.com/ubpa/best-cpp-reflection
- Owner: Ubpa
- Created: 2021-02-09T18:59:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-09T19:04:07.000Z (over 5 years ago)
- Last Synced: 2025-10-05T10:34:06.728Z (10 months ago)
- Size: 0 Bytes
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# best cpp reflection
本人潜心研究 C++ 反射许久,开发出了两套库,欢迎使用
- 静态反射:[USRefl](https://github.com/Ubpa/USRefl),知乎介绍文章 ["全球最强" | 99 行 C++ 静态反射库](https://zhuanlan.zhihu.com/p/158147380)
- 动态反射:[UDRefl](https://github.com/Ubpa/UDRefl),知乎介绍文章 ["全球最强" | C++ 动态反射库](https://zhuanlan.zhihu.com/p/337200770)
## 介绍
> TODO