摘要:
容器 vector vector创建 * vector 占用内存 vector 方法 vector 清理 阅读全文
摘要:
typedef bool (*tool_func_t)(const std::vector<std::string> &args); struct Tool { const char *name; tool_func_t func; }; static const Tool kTools[] = { 阅读全文