[#BloombergLP-balst-StackTraceFrame-2constructor-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balst.adoc[balst]::xref:BloombergLP/balst/StackTraceFrame.adoc[StackTraceFrame]::StackTraceFrame :relfileprefix: ../../../ :mrdocs: Create a local time descriptor object having the specified `address`, `libraryFileName`, `lineNumber`, `mangledSymbolName`, `offsetFromSymbol`, `sourceFileName`, and `symbolName` attribute values. Optionally specify a `basicAllocator` used to supply memory. If `basicAllocator` is 0, the currently installed default allocator is used. The behavior is undefined unless `‐1 <= lineNumber`. == Synopsis Declared in `<balst_stacktraceframe.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- StackTraceFrame( void const* address, std::string_view const& libraryFileName, int lineNumber, std::string_view const& mangledSymbolName, std::size_t offsetFromSymbol, std::string_view const& sourceFileName, std::string_view const& symbolName, xref:BloombergLP/bslma/Allocator.adoc[bslma::Allocator]* basicAllocator = 0); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#