Open Issues Need Help
View All on GitHub [core] `poly` should support copy ctor, move ctor, copy assign and move assign if required these options 2 months ago
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