Format this object as a hexadecimal dump on the specified stream.
Declared in <bdlbb_blob.h>
std::ostream&
print(
std::ostream& stream,
int level = 0,
int spacesPerLevel = 4) const;
Return a reference to the modifiable stream. Note that the optionally specified level and spacesPerLevel arguments are specified for interface compatibility only and are effectively ignored.
a reference to the modifiable stream
| Name | Description |
|---|---|
| stream | output stream to receive the hexadecimal dump |
| level | indentation level (ignored; for interface compatibility) |
| spacesPerLevel | spaces per level (ignored; for compatibility) |