MCPcopy Create free account
hub / github.com/boostorg/stacktrace / basic_stacktrace

Function basic_stacktrace

include/boost/stacktrace/stacktrace.hpp:200–202  ·  view source on GitHub ↗

@b Complexity: O(st.size()) @b Async-Handler-Safety: \asyncsafe if Allocator construction, copying, Allocator::allocate and Allocator::deallocate are async signal safe.

Source from the content-addressed store, hash-verified

198 ///
199 /// @b Async-Handler-Safety: \asyncsafe if Allocator construction, copying, Allocator::allocate and Allocator::deallocate are async signal safe.
200 basic_stacktrace(const basic_stacktrace& st)
201 : impl_(st.impl_)
202 {}
203
204 /// @b Complexity: O(st.size())
205 ///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected