#include <logger.h>
Helper for printing a pointer
This is a helper structure that allows printing any kind of pointer on (hopefully) any platform in hex, kind of like the p format string of printf.
The mechanism is used by calling something like: somestream << pprint(ptr);
Definition at line 245 of file logger.h.