Write the value of the specified calendar to the specified output stream, and return a reference to the modifiable stream.

Synopsis

Declared in <bdlt_packedcalendar.h>

std::ostream&
operator<<(
    std::ostream& stream,
    PackedCalendar const& calendar);

Return Value

a reference to the modifiable stream

Parameters

Name

Description

stream

output stream

calendar

calendar to write

Created with MrDocs