[#BloombergLP-ball-operator_lshift-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::operator<< :relfileprefix: ../../ :mrdocs: Write a single‐line description of the specified `context` to `stream`. == Synopsis Declared in `<ball_attributecontext.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& operator<<( std::ostream& stream, xref:BloombergLP/ball/AttributeContext.adoc[AttributeContext] const& context); ---- == Description Write a description of the data members of the specified `context` to the specified `stream` in a single‐line human readable format, and return a reference to the modifiable `stream`. == Return Value reference to the modifiable `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream | *context* | attribute context to write |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#