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

Print address as a hexadecimal pointer, prefixed by name.

Synopsis

Declared in <bslim_printer.h>

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

Parameters

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