예제 #1
0
파일: Reporter.cpp 프로젝트: jbake/FAST
Reporter operator<<(Reporter report, const ReporterEnd& end) {
    report.processEnd();
    return report;
}