[#BloombergLP-baltzo-operator_lshift-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::operator<< :relfileprefix: ../../ :mrdocs: Stream insertion operators == Synopses Declared in `<baltzo_dstpolicy.h>` Write the string representation of the specified enumeration `value` to the specified output `stream` in a single‐line format. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/baltzo/operator_lshift-0c.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/baltzo/DstPolicy/Enum.adoc[DstPolicy::Enum] value); ---- [.small]#xref:BloombergLP/baltzo/operator_lshift-0c.adoc[_» more..._]# Write the string representation of the specified enumeration `value` to the specified output `stream` in a single‐line format. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/baltzo/operator_lshift-0b.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/baltzo/LocalTimeValidity/Enum.adoc[LocalTimeValidity::Enum] value); ---- [.small]#xref:BloombergLP/baltzo/operator_lshift-0b.adoc[_» more..._]# Write the value of the specified `object` to the specified output `stream` in a single‐line format. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/baltzo/operator_lshift-044.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/baltzo/LocalTimeDescriptor.adoc[LocalTimeDescriptor] const& object); ---- [.small]#xref:BloombergLP/baltzo/operator_lshift-044.adoc[_» more..._]# Write the value of the specified `object` to the specified output `stream`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/baltzo/operator_lshift-040.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/baltzo/ZoneinfoTransition.adoc[ZoneinfoTransition] const& object); ---- [.small]#xref:BloombergLP/baltzo/operator_lshift-040.adoc[_» more..._]# Write the value of the specified `object` to the specified output `stream`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/baltzo/operator_lshift-0f.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/baltzo/Zoneinfo.adoc[Zoneinfo] const& object); ---- [.small]#xref:BloombergLP/baltzo/operator_lshift-0f.adoc[_» more..._]# Write the specified `object` to the specified output `stream`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/baltzo/operator_lshift-081.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/baltzo/LocalDatetime.adoc[LocalDatetime] const& object); ---- [.small]#xref:BloombergLP/baltzo/operator_lshift-081.adoc[_» more..._]# Write the time zones from the specified `loader` to `stream`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/baltzo/operator_lshift-00.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/baltzo/TestLoader.adoc[TestLoader] const& loader); ---- [.small]#xref:BloombergLP/baltzo/operator_lshift-00.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`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/baltzo/operator_lshift-0a.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/baltzo/LocalTimePeriod.adoc[LocalTimePeriod] const& object); ---- [.small]#xref:BloombergLP/baltzo/operator_lshift-0a.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`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/baltzo/operator_lshift-043.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/baltzo/ZoneinfoBinaryHeader.adoc[ZoneinfoBinaryHeader] const& object); ---- [.small]#xref:BloombergLP/baltzo/operator_lshift-043.adoc[_» more..._]# Write the string representation of the specified enumeration `value` to the specified output `stream` in a single‐line format. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/baltzo/operator_lshift-082.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/baltzo/ErrorCode/Enum.adoc[ErrorCode::Enum] value); ---- [.small]#xref:BloombergLP/baltzo/operator_lshift-082.adoc[_» more..._]# == Return Value * a reference to `stream` * a non‐`const` reference to `stream` * a reference providing modifiable access to `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream | *value* | enumeration value to write | *object* | object to write | *loader* | test loader whose time zones are written |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#