Write the accumulated state information held in this allocator to the optionally specified file f (default stdout) in a reasonable (multi‐line) format.

Synopsis

Declared in <bslma_testallocator.h>

void
print(FILE* f = stdout) const;

Parameters

Name

Description

f

The file to which to write; defaults to stdout.

Created with MrDocs