printFormatted overloads

Synopses

Declared in <balst_stacktraceutil.h>

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

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

Write the value of the specified stackTraceFrame to the specified output stream in some single‐line, human‐readable format and return a reference to stream.

static
std::ostream&
printFormatted(
    std::ostream& stream,
    StackTraceFrame const& stackTraceFrame);

Return Value

a reference to stream

Parameters

Name

Description

stream

output stream

stackTrace

stack‐trace to write

stackTraceFrame

stack‐trace frame to write

Created with MrDocs