文件名称:flexclass:具有灵活布局的类的库
文件大小:160KB
文件格式:ZIP
更新时间:2024-06-12 03:44:08
hacktoberfest C++
弹性班
一个C ++ 17库,用于模拟。 有关完整的演练,请参阅《 。
问题陈述
考虑图结构中Node的以下实现:
struct Node
{
std::size_t id;
void* userData {nullptr};
std::unique_ptr
【文件预览】:
flexclass-master
----CMakeLists.txt(1KB)
----README.md(7KB)
----.github()
--------workflows()
----.clang-format(231B)
----tests()
--------CMakeLists.txt(1023B)
--------formatting()
--------performance()
--------dependency()
--------unit()
--------preprocessor()
----LICENSE(1KB)
----include()
--------flexclass()
----cmake()
--------Deploy.cmake(5KB)
--------Test.cmake(4KB)
----external()
--------catch2()
----codecov.yml(80B)
----scripts()
--------gen_cov_report.sh(957B)
----UserGuide.md(7KB)