Stream the specified stackTrace to the specified stream in some multi‐line, human‐readable format. Note that this operation attempts to avoid using the default allocator.

Synopsis

Declared in <balst_stacktraceutil.h>

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

Created with MrDocs