[#BloombergLP-operator_lshift-0a] = xref:BloombergLP.adoc[BloombergLP]::operator<< :relfileprefix: ../ :mrdocs: Stream insertion operators == Synopses Declared in `<bdlat_attributeinfo.h>` Write the value of the specified `attributeInfo` to the specified `stream`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/operator_lshift-026.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/bdlat_AttributeInfo.adoc[bdlat_AttributeInfo] const& attributeInfo); ---- [.small]#xref:BloombergLP/operator_lshift-026.adoc[_» more..._]# Write the value of the specified `enumeratorInfo` to the specified `stream`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/operator_lshift-02b.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/bdlat_EnumeratorInfo.adoc[bdlat_EnumeratorInfo] const& enumeratorInfo); ---- [.small]#xref:BloombergLP/operator_lshift-02b.adoc[_» more..._]# Write the value of the specified `selectionInfo` to the specified `stream`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/operator_lshift-029.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/bdlat_SelectionInfo.adoc[bdlat_SelectionInfo] const& selectionInfo); ---- [.small]#xref:BloombergLP/operator_lshift-029.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#