摘要: 容器 vector vector创建 * vector 占用内存 vector 方法 vector 清理 阅读全文
posted @ 2024-07-31 16:22 aynulily 阅读(1) 评论(0) 推荐(0) 编辑
摘要: typedef bool (*tool_func_t)(const std::vector<std::string> &args); struct Tool { const char *name; tool_func_t func; }; static const Tool kTools[] = { 阅读全文
posted @ 2024-07-31 10:47 aynulily 阅读(4) 评论(0) 推荐(0) 编辑