Stream a newline followed by a multiline stack trace according to the parameters passed to the specified object at its creation to the specified stream.

Synopsis

Declared in <balst_stacktraceprinter.h>

std::ostream&
operator<<(
    std::ostream& stream,
    StackTracePrinter const& object);

Created with MrDocs