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

Name

Description

address

pointer value to print; "NULL" if null

name

attribute name printed before the address; omitted if null

Created with MrDocs