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);

Created with MrDocs