Format the specified blob buffer to the specified output stream.
Declared in <bdlbb_blob.h>
std::ostream&
operator<<(
std::ostream& stream,
BlobBuffer const& buffer);
Return a reference to the modifiable stream.
a reference to the modifiable stream
| Name | Description |
|---|---|
| stream | output stream |
| buffer | blob buffer to format |