[#BloombergLP-bslx-operator_lshift-0fc] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::operator<< :relfileprefix: ../../ :mrdocs: Write the specified `value` to the specified output `stream` following the requirements of the BDEX protocol (see the `bslx` package‐level documentation), and return a reference to `stream`. The behavior is undefined unless `TYPE` is BDEX‐compliant. == Synopsis Declared in `<bslx_byteoutstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> xref:BloombergLP/bslx/ByteOutStream.adoc[ByteOutStream]& operator<<( xref:BloombergLP/bslx/ByteOutStream.adoc[ByteOutStream]& stream, TYPE const& value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#