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