Format the specified object to the specified output stream.
Declared in <bdlb_printmethods.h>
std::ostream&
print(
std::ostream& stream,
char object,
int level = 0,
int spacesPerLevel = 4);
reference to stream
| Name | Description |
|---|---|
| stream | output stream |
| object | character to print |
| level | initial indentation level |
| spacesPerLevel | spaces per indentation level |