Stream a multiline stack trace for the specified object to stream.
Declared in <balst_stacktraceprinter.h>
std::ostream&
operator<<(
std::ostream& stream,
StackTracePrinter const& object);
Write a newline followed by a multiline stack trace according to the parameters passed to the specified object at its creation to the specified stream.
a reference to stream
| Name | Description |
|---|---|
| stream | output stream to which the stack trace is written |
| object | printer describing how the stack trace is rendered |