binaryizer:仅标头的C ++序列化库

时间:2024-03-30 09:49:56
【文件属性】:

文件名称:binaryizer:仅标头的C ++序列化库

文件大小:11KB

文件格式:ZIP

更新时间:2024-03-30 09:49:56

C++

二值化器 仅标头的C ++序列化库 // Copyright (C) 2021 Glenn Duncan // See README.md, LICENSE, or go to https://github.com/BetaJester/binaryizer // for details. 要求 C ++ 20 用法 很简单,您的类或结构需要一个或两个函数/方法, binaryize和debinaryize 。 如果它们是类方法,则签名是这样的: struct thing { int a, b, c; template < typename> void binaryize (Archive &archive) const { archive (a, b, c); }


【文件预览】:
binaryizer-main
----.github()
--------workflows()
----CMakeLists.txt(903B)
----LICENSE(1KB)
----README.md(2KB)
----CMakeSettings.json(432B)
----tests()
--------exttester.hpp(939B)
--------stream_tests.cpp(901B)
--------external_tests.cpp(879B)
--------CMakeLists.txt(1KB)
--------container_tests.cpp(1KB)
--------main.cpp(215B)
--------county.hpp(923B)
----.gitignore(173B)
----include()
--------bj()

网友评论