On this page
std::stacktrace_entry::stacktrace_entry
|
(1) | (since C++23) |
|
(2) | (since C++23) |
1) Default constructor. Creates an empty
stacktrace_entry
.
2) Copy constructor. Creates a copy of
other
.
Parameters
other | - | another stacktrace_entry to copy from |
Notes
A non-empty stacktrace_entry
can be obtained from a std::basic_stacktrace
created by std::basic_stacktrace::current
or a copy of such std::basic_stacktrace
.
Example
See also
constructs a new source_location with implementation-defined values (public member function of std::source_location ) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/utility/stacktrace_entry/stacktrace_entry