[#BloombergLP-bslx-StreambufOutStream] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslx.adoc[bslx]::StreambufOutStream :relfileprefix: ../../ :mrdocs: Provide a BDEX output stream that externalizes values to a `bsl::streambuf`. == Synopsis Declared in `<bslx_streambufoutstream.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef xref:BloombergLP/bslx/GenericOutStream.adoc[GenericOutStream<std::streambuf>] StreambufOutStream; ---- == Description This class facilitates the externalization of values (and C‐style arrays of values) of the fundamental integral and floating‐point types in a data‐independent, platform‐neutral representation. It is currently a `typedef` for `bslx::GenericOutStream<bsl::streambuf>`. [.small]#Created with https://www.mrdocs.com[MrDocs]#