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