IoManip.cc File Reference
Include dependency graph for IoManip.cc:

Go to the source code of this file.
Functions | |
| void | PrintHex (std::ostream &os, const char *const data, const size_t n) |
| Prints the first n data bytes using hex notation. Does nothing if n is 0. More... | |
Function Documentation
◆ PrintHex()
| void PrintHex | ( | std::ostream & | os, |
| const char *const | data, | ||
| const size_t | n | ||
| ) |
Definition at line 16 of file IoManip.cc.
References assert, and for_each().
Referenced by Raw::print(), and PrintSecret().
