[#BloombergLP-balst-StackTraceFrame-operator_assign] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balst.adoc[balst]::xref:BloombergLP/balst/StackTraceFrame.adoc[StackTraceFrame]::operator= :relfileprefix: ../../../ :mrdocs: Assign to this object the value of the specified `rhs` object, and return a reference providing modifiable access to this object. == Synopsis Declared in `<balst_stacktraceframe.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/balst/StackTraceFrame.adoc[StackTraceFrame]& operator=(xref:BloombergLP/balst/StackTraceFrame.adoc[StackTraceFrame] const& rhs); ---- == Return Value a reference providing modifiable access to this object == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | object to assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#