flexclass:具有灵活布局的类的库

时间:2024-06-12 03:44:08
【文件属性】:

文件名称: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 links; }; Node* makeGraphNode(std::size_t id, const std::vector& links) { auto n = new Node{id}; n->links = std::make_unique(links.size()); std::copy(links.begin(), links.end(), n->links.


【文件预览】:
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)

网友评论