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