摘要: Generic Class using Template: #include <iostream> using namespace std; template <typename T> class Array { private: T* ptr; int size; public: Array(T 阅读全文
posted @ 2024-01-12 18:18 papering 阅读(2) 评论(0) 推荐(0) 编辑
摘要: flat_buffer - 1.70.0 https://www.boost.org/doc/libs/1_70_0/libs/beast/doc/html/beast/ref/boost__beast__flat_buffer.html FlatBuffers: Use in C++ https: 阅读全文
posted @ 2024-01-12 09:44 papering 阅读(6) 评论(0) 推荐(0) 编辑