Create a PrintStringHexDumper object that can insert to an output stream a formated (possibly multi‐lined) hexadecimal representation the specified data of the specified length.

Synopsis

Declared in <bdlb_print.h>

PrintStringHexDumper(
    char const* data,
    int length);

Created with MrDocs