Create a BlobStreamBuf using the specified blob. The behavior is undefined unless blob remains valid and externally unmodified for the lifetime of this streambuf.
Synopsis
Declared in <bdlbb_blobstreambuf.h>
explicit
InBlobStreamBuf(bdlbb::Blob const* blob);
Created with MrDocs