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

aaaaaafad 4 0 PDF 2021-01-17 00:01:11

练习 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

用户评论
请输入评论内容
评分:
暂无评论