[#BloombergLP-bdlt-operator_lshift-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::operator<< :relfileprefix: ../../ :mrdocs: Write `timetable` to `stream` and return a reference to `stream`. == Synopsis Declared in `<bdlt_timetable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& operator<<( std::ostream& stream, xref:BloombergLP/bdlt/Timetable.adoc[Timetable] const& timetable); ---- == Return Value a reference to `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream | *timetable* | timetable to write |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#