BloombergLP::bslx::StreambufInStream

Input stream that unexternalizes fundamental types from a bsl::streambuf.

Synopsis

Declared in <bslx_streambufinstream.h>

typedef GenericInStream<std::streambuf> StreambufInStream;

Description

This class facilitates the unexternalization 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::GenericInStream<bsl::streambuf>.