BloombergLP::bslim::Printer::printOrNull<void*>

Print address as a hexadecimal pointer, prefixed by name.

Synopsis

Declared in <bslim_printer.h>

template<>
void
printOrNull<void*>(
    void const*& address,
    char const* name) const;

Parameters

NameDescription
addresspointer value to print; "NULL" if null
nameattribute name printed before the address; omitted if null