[#BloombergLP-baltzo-operator_lshift-0b] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baltzo.adoc[baltzo]::operator<< :relfileprefix: ../../ :mrdocs: Write the string representation of the specified enumeration `value` to the specified output `stream` in a single‐line format. == Synopsis Declared in `<baltzo_localtimevalidity.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& operator<<( std::ostream& stream, xref:BloombergLP/baltzo/LocalTimeValidity/Enum.adoc[LocalTimeValidity::Enum] value); ---- == Description Return a reference to `stream`. See `toAscii` for what constitutes the string representation of a `baltzo::LocalTimeValidity::Enum` value. Note that this method has the same behavior as ` baltzo::LocalTimeValidity::print(stream, value, 0, ‐1); ` == Return Value a reference to `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream | *value* | enumeration value to write |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#