An open API service indexing awesome lists of open source software.

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

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