@b Complexity: O(st.size()) @b Async-Handler-Safety: \asyncsafe if Allocator construction, copying, Allocator::allocate and Allocator::deallocate are async signal safe.
| 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 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected