Typedef liberate::string::wide_hexdump
Defined in File hexencode.h
Typedef Documentation
-
using liberate::string::wide_hexdump = hexdump<sizeof(intptr_t), 32, 4, 2, 1, 2, '\0', '.'>
Another format uses wider columns and the full pointer width, no frame but a replacement character instead. Note that the size of the intptr_t can vary from platform to platform, and so does the output width.