示例#1
0
文件: Reporter.cpp 项目: jbake/FAST
Reporter operator<<(Reporter report, const ReporterEnd& end) {
    report.processEnd();
    return report;
}