Obtain a stack trace and assign a description of the stack to the specified string.
Declared in <balst_stacktraceprintutil.h>
static
void
printStackTraceToString(bsl::string* string);
Note that this method is for testing only, and must be declared inline in an include file in order to test source file name resolution of a routine in an include file.
| Name | Description |
|---|---|
| string | destination for the formatted stack-trace description |