[#BloombergLP-balst-StackTraceUtil-hexStackTrace] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balst.adoc[balst]::xref:BloombergLP/balst/StackTraceUtil.adoc[StackTraceUtil]::hexStackTrace :relfileprefix: ../../../ :mrdocs: Write to the specified `stream` the stack addresses from a stack trace of the current thread, in hex from top to bottom, and return `stream`. == Synopsis Declared in `<balst_stacktraceutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::ostream& hexStackTrace(std::ostream& stream); ---- == Return Value a reference to `stream` == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream for the hex stack addresses |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#