BloombergLP::balst::operator<<

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);
» more...

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);
» more...

Stream a multiline stack trace for the specified object to stream.

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

Return Value

  • a reference to stream
  • reference to stream

Parameters

NameDescription
streamoutput stream
objectobject to write