Write the entire source blob to a stream.
Declared in <bdlbb_blobutil.h>
template<class STREAM>
static
STREAM&
write(
STREAM& stream,
Blob const& source);
Write the specified source to the specified stream, and return a reference to the modifiable stream.
reference to the modifiable stream
| Name | Description |
|---|---|
| stream | output stream |
| source | blob to write |