Convenience formatter for viewing a char array in hex format. More...
#include <formatters.hpp>
Convenience formatter for viewing a char array in hex format.
We dont accept a wide range of arguments for this class, it is simply designed to present byte arrays in hex format byte by byte. If you want specialised formatting for the byte array, iterate over it with the Format<char> (or signed/unsigned char) class.
It will also accept stencils which have an underlying array of the required type.
N | : the size of the container to be formatted. |
Definition at line 250 of file array/formatters.hpp.