|
|
Member functions | ||||
basic_stacktrace::~basic_stacktrace | ||||
Iterators | ||||
Capacity | ||||
Element access | ||||
Modifiers | ||||
Non-member functions | ||||
Helper classes | ||||
~basic_stacktrace(); | (since C++23) | |
Destructs thebasic_stacktrace
. The destructors of thestd::stacktrace_entry objects it holds are called and the used storage is deallocated.
Linear in the size of thebasic_stacktrace
.