Stream the specified stackTrace to the specified stream in some multi‐line, human‐readable format.

Synopsis

Declared in <balst_stacktraceutil.h>

static
std::ostream&
printFormatted(
    std::ostream& stream,
    StackTrace const& stackTrace);

Description

Note that this operation attempts to avoid using the default allocator.

Return Value

a reference to stream

Parameters

Name

Description

stream

output stream

stackTrace

stack‐trace to write

Created with MrDocs