[#BloombergLP-operator_lshift-02b] = xref:BloombergLP.adoc[BloombergLP]::operator<< :relfileprefix: ../ :mrdocs: Write the value of the specified `enumeratorInfo` to the specified `stream`. == Synopsis Declared in `<bdlat_enumeratorinfo.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& operator<<( std::ostream& stream, xref:BloombergLP/bdlat_EnumeratorInfo.adoc[bdlat_EnumeratorInfo] const& enumeratorInfo); ---- == Return Value reference to `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream | *enumeratorInfo* | enumerator info object to write |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#