Stream insertion operators
Synopses
Declared in <balst_stacktrace.h>
Write the value of the specified object to the specified output stream in a single‐line format, and return a reference to stream.
std::ostream&
operator<<(
std::ostream& stream,
StackTraceFrame const& object);
Write the value of the specified object to the specified output stream in a single‐line format, and return a reference to stream.
std::ostream&
operator<<(
std::ostream& stream,
StackTrace const& object);
Stream a multiline stack trace for the specified object to stream.
std::ostream&
operator<<(
std::ostream& stream,
StackTracePrinter const& object);
Return Value
-
a reference to
stream -
reference to
stream
Parameters
Name |
Description |
stream |
output stream |
object |
object to write |
Created with MrDocs