Esempio n. 1
0
Reporter operator<<(Reporter report, const ReporterEnd& end) {
    report.processEnd();
    return report;
}