Create a FixedMemInStreamBuf that provides access to the character sequence in the specified buffer of the specified length. The behavior is undefined unless buffer != 0 && length > 0 or length == 0.
Synopsis
Declared in <bdlsb_fixedmeminstreambuf.h>
FixedMemInStreamBuf(
char const* buffer,
std::size_t length);
Created with MrDocs