Print address as a hexadecimal pointer, prefixed by name.
Declared in <bslim_printer.h>
template<>
void
printOrNull<void*>(
void const*& address,
char const* name) const;
| Name | Description |
|---|---|
| address | pointer value to print; "NULL" if null |
| name | attribute name printed before the address; omitted if null |