[#BloombergLP-bsltf-operator_lshift-04c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::operator<< :relfileprefix: ../../ :mrdocs: Stream the integer representing the value of the specified `object` to the specified `stream`. == Synopsis Declared in `<bsltf_streamutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STREAM> STREAM& operator<<( STREAM& stream, xref:BloombergLP/bsltf/AllocEmplacableTestType.adoc[AllocEmplacableTestType] const& object); ---- == Return Value reference to `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream to write to | *object* | test type whose identifier is streamed |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#