1. 首页
  2. 数据库
  3. 其它
  4. C++ Primer 第十二章 12.3 使用标准库:文本查询程序 练习

C++ Primer 第十二章 12.3 使用标准库:文本查询程序 练习

上传者: 2021-01-17 00:12:11上传 PDF文件 50.89KB 热度 9次
练习 12.27 这个程序已经可以完成论文所作的功能了 class QueryResult { //懒得重复写,所以使用类型别名 using str_vec_ptr = std::shared_ptr; using str_set_map_ptr = std::shared_ptr>; using str_map_ptr = std::shared_ptr; friend ostream& print(ostream& out, const QueryResult& result); public: QueryResul
下载地址
用户评论