Write the value of the specified calendar to the specified output stream, and return a reference to the modifiable stream.
Declared in <bdlt_calendar.h>
std::ostream&
operator<<(
std::ostream& stream,
Calendar const& calendar);
a reference to the modifiable stream
| Name | Description |
|---|---|
| stream | output stream to receive the formatted calendar |
| calendar | calendar whose value is written |