Write timetable to stream and return a reference to stream.

Synopsis

Declared in <bdlt_timetable.h>

std::ostream&
operator<<(
    std::ostream& stream,
    Timetable const& timetable);

Return Value

a reference to stream

Parameters

Name

Description

stream

output stream

timetable

timetable to write

Created with MrDocs