[#BloombergLP-balst-operator_lshift-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balst.adoc[balst]::operator<< :relfileprefix: ../../ :mrdocs: 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`. If `stream` is not valid on entry, this operation has no effect. Note that this human‐readable format is not fully specified and can change without notice. Also note that this method has the same behavior as `object.print(stream, 0, ‐1)`, but with the attribute names elided. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/balst/operator_lshift-02f.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/balst/StackTraceFrame.adoc[StackTraceFrame] const& object); ---- [.small]#xref:BloombergLP/balst/operator_lshift-02f.adoc[_» more..._]# Write the value of the specified `object` to the specified output `stream` in a single‐line format, and return a reference to `stream`. If `stream` is not valid on entry, this operation has no effect. Note that this human‐readable format is not fully specified and can change without notice. Also note that this method has the same behavior as `object.print(stream, 0, ‐1)`, but with the attribute names elided. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/balst/operator_lshift-00.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/balst/StackTrace.adoc[StackTrace] const& object); ---- [.small]#xref:BloombergLP/balst/operator_lshift-00.adoc[_» more..._]# 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`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& xref:BloombergLP/balst/operator_lshift-022.adoc[operator<<]( std::ostream& stream, xref:BloombergLP/balst/StackTracePrinter.adoc[StackTracePrinter] const& object); ---- [.small]#xref:BloombergLP/balst/operator_lshift-022.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#