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