A headers-only util library in C++20, including reflection, structures, and some magic. | 一个仅有头文件的C++20基础工具库,包括反射、结构和一些魔法。

cpp cpp20 cpp20-library headers-only modern-cpp reflection utils
1 Open Issue Need Help Last updated: May 31, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task requires implementing copy constructor, move constructor, copy assignment, and move assignment operators for the `poly` template class in a C++20 headers-only utility library. The `poly` class uses a tuple of optional operation types (`Ops`) to customize construction and assignment, adding complexity to the implementation.

Complexity: 4/5
enhancement good first issue

A headers-only util library in C++20, including reflection, structures, and some magic. | 一个仅有头文件的C++20基础工具库,包括反射、结构和一些魔法。

C++
#cpp#cpp20#cpp20-library#headers-only#modern-cpp#reflection#utils