Provide a BDEX output stream that externalizes values to a bsl::streambuf.
Declared in <bslx_streambufoutstream.h>
typedef GenericOutStream<std::streambuf> StreambufOutStream;
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>.