[#BloombergLP-bdlt-operator_lshift-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::operator<< :relfileprefix: ../../ :mrdocs: Stream insertion operators == Synopses Declared in `<bdlt_calendar.h>` Write the string representation of the specified enumeration `value` to the specified output `stream` in a single‐line format, and return a reference to `stream`. See `toAscii` for what constitutes the string representation of a `bdlt::DayOfWeek::Enum` value. Note that this method has the same behavior as ` bdlt::DayOfWeek::print(stream, value, 0, ‐1); ` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/bdlt/operator_lshift-04.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/bdlt/DayOfWeek/Enum.adoc[DayOfWeek::Enum] value); ---- [.small]#xref:BloombergLP/bdlt/operator_lshift-04.adoc[_» more..._]# Write the string representation of the specified enumeration `value` to the specified output `stream` in a single‐line format, and return a reference to `stream`. See `toAscii` for what constitutes the string representation of a `bdlt::MonthOfYear::Enum` value. Note that this method has the same behavior as ` bdlt::MonthOfYear::print(stream, value, 0, ‐1); ` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/bdlt/operator_lshift-01.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/bdlt/MonthOfYear/Enum.adoc[MonthOfYear::Enum] value); ---- [.small]#xref:BloombergLP/bdlt/operator_lshift-01.adoc[_» more..._]# Write the value of the specified `date` object to the specified output `stream` in a single‐line format, and return a reference to `stream`. If `stream` is not valid on entry, this operation has no effect. Note that this human‐readable format is not fully specified, can change without notice, and is logically equivalent to: ` print(stream, 0, ‐1); ` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/bdlt/operator_lshift-02f.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/bdlt/Date.adoc[Date] const& date); ---- [.small]#xref:BloombergLP/bdlt/operator_lshift-02f.adoc[_» more..._]# Write the specified `rhs` set to the specified output `stream` in some reasonable (single‐line) format, and return a reference to `stream`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/bdlt/operator_lshift-08.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/bdlt/DayOfWeekSet.adoc[DayOfWeekSet] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_lshift-08.adoc[_» more..._]# Write the value of the specified `calendar` to the specified output `stream`, and return a reference to the modifiable `stream`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/bdlt/operator_lshift-05.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/bdlt/PackedCalendar.adoc[PackedCalendar] const& calendar); ---- [.small]#xref:BloombergLP/bdlt/operator_lshift-05.adoc[_» more..._]# Write the value of the specified `calendar` to the specified output `stream`, and return a reference to the modifiable `stream`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/bdlt/operator_lshift-0d8.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/bdlt/Calendar.adoc[Calendar] const& calendar); ---- [.small]#xref:BloombergLP/bdlt/operator_lshift-0d8.adoc[_» more..._]# Write the value of the specified `object` to the specified output `stream` in a single‐line format, and return a reference providing modifiable access to `stream`. If `stream` is not valid on entry, this operation has no effect. Note that this human‐readable format is not fully specified and can change without notice. Also note that this method has the same behavior as `object.print(stream, 0, ‐1)`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/bdlt/operator_lshift-0d0.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/bdlt/DatetimeInterval.adoc[DatetimeInterval] const& object); ---- [.small]#xref:BloombergLP/bdlt/operator_lshift-0d0.adoc[_» more..._]# Write the value of the specified `time` object to the specified output `stream` in a single‐line format, and return a reference to `stream`. If `stream` is not valid on entry, this operation has no effect. Note that this human‐readable format is not fully specified, can change without notice, and is logically equivalent to: ` print(stream, 0, ‐1); ` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/bdlt/operator_lshift-02c.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/bdlt/Time.adoc[Time] const& time); ---- [.small]#xref:BloombergLP/bdlt/operator_lshift-02c.adoc[_» more..._]# Write the value of the specified `object` object to the specified output `stream` in a single‐line format, and return a reference to `stream`. If `stream` is not valid on entry, this operation has no effect. Note that this human‐readable format is not fully specified, can change without notice, and is logically equivalent to: ` print(stream, 0, ‐1); ` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/bdlt/operator_lshift-0a.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/bdlt/Datetime.adoc[Datetime] const& object); ---- [.small]#xref:BloombergLP/bdlt/operator_lshift-0a.adoc[_» more..._]# Write the value of the specified `rhs` object to the specified output `stream` in a single‐line format, and return a reference providing modifiable access to `stream`. If `stream` is not valid on entry, this operation has no effect. Note that this human‐readable format is not fully specified and can change without notice. Also note that this method has the same behavior as `object.print(stream, 0, ‐1)`, but with the attribute names elided. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/bdlt/operator_lshift-03c.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/bdlt/DateTz.adoc[DateTz] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_lshift-03c.adoc[_» more..._]# Write the value of the specified `object` to the specified output `stream` in a single‐line format, and return a reference providing modifiable access to `stream`. If `stream` is not valid on entry, this operation has no effect. Note that this human‐readable format is not fully specified and can change without notice. Also note that this method has the same behavior as `object.print(stream, 0, ‐1)`, but with the attribute names elided. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/bdlt/operator_lshift-0e.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/bdlt/TimeTz.adoc[TimeTz] const& object); ---- [.small]#xref:BloombergLP/bdlt/operator_lshift-0e.adoc[_» more..._]# Write the value of the specified `rhs` object to the specified output `stream` in a single‐line format, and return a reference providing modifiable access to `stream`. If `stream` is not valid on entry, this operation has no effect. Note that this human‐readable format is not fully specified and can change without notice. Also note that this method has the same behavior as `object.print(stream, 0, ‐1)`, but with the attribute names elided. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/bdlt/operator_lshift-07.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/bdlt/DatetimeTz.adoc[DatetimeTz] const& rhs); ---- [.small]#xref:BloombergLP/bdlt/operator_lshift-07.adoc[_» more..._]# Write the value of the specified `object` to the specified output `stream` in a single‐line format, and return a reference to `stream`. If `stream` is not valid on entry, this operation has no effect. Note that this human‐readable format is not fully specified and can change without notice. Also note that this method has the same behavior as `object.print(stream, 0, ‐1)`, but with the attribute names elided. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/bdlt/operator_lshift-033.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/bdlt/Iso8601UtilConfiguration.adoc[Iso8601UtilConfiguration] const& object); ---- [.small]#xref:BloombergLP/bdlt/operator_lshift-033.adoc[_» more..._]# Write the value of the specified `object` to the specified output `stream` in a single‐line format, and return a reference to `stream`. If `stream` is not valid on entry, this operation has no effect. Note that this human‐readable format is not fully specified and can change without notice. Also note that this method has the same behavior as `object.print(stream, 0, ‐1)`, but with the attribute names elided. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/bdlt/operator_lshift-0c.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/bdlt/Iso8601UtilParseConfiguration.adoc[Iso8601UtilParseConfiguration] const& object); ---- [.small]#xref:BloombergLP/bdlt/operator_lshift-0c.adoc[_» more..._]# Write the value of the specified `timetable` to the specified output `stream`, and return a reference to the modifiable `stream`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/bdlt/operator_lshift-06.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/bdlt/Timetable.adoc[Timetable] const& timetable); ---- [.small]#xref:BloombergLP/bdlt/operator_lshift-06.adoc[_» more..._]# Write the value of the specified `object` to the specified output `stream` in a single‐line format, and return a reference to `stream`. If `stream` is not valid on entry, this operation has no effect. Note that this human‐readable format is not fully specified and can change without notice. Also note that this method has the same behavior as `object.print(stream, 0, ‐1)`, but with the attribute names elided. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/bdlt/operator_lshift-0b.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/bdlt/FixUtilConfiguration.adoc[FixUtilConfiguration] const& object); ---- [.small]#xref:BloombergLP/bdlt/operator_lshift-0b.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#