[#BloombergLP-bsltf-operator_lshift-09] = 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`. Return `stream`. == Synopsis Declared in `<bsltf_streamutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class STREAM, class ALLOC> STREAM& operator<<( STREAM& stream, xref:BloombergLP/bsltf/StdAllocTestType.adoc[StdAllocTestType<ALLOC>] const& object); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#