C++Primer第12章:文本查询程序

定义QueryResult

//
// Created by modao on 2021/1/6.
//

#ifndef TEXT_QUERY_QUERYRESULT_H
#define TEXT_QUERY_QUERYRESULT_H

std::string make_plural(size_t ctr, const std::string &word, const std::string ending)
原文地址:https://www.cnblogs.com/chmod/p/15489923.html