|
|
Member functions | ||||
stacktrace_entry::stacktrace_entry | ||||
Observers | ||||
Query | ||||
Non-member functions | ||||
Helper classes | ||||
constexpr stacktrace_entry()noexcept; | (1) | (since C++23) |
constexpr stacktrace_entry(const stacktrace_entry& other)noexcept; | (2) | (since C++23) |
stacktrace_entry
.other
.Contents |
other | - | anotherstacktrace_entry to copy from |
A non-emptystacktrace_entry
can be obtained from astd::basic_stacktrace created bystd::basic_stacktrace::current or a copy of suchstd::basic_stacktrace
.
This section is incomplete Reason: no example |
constructs a newsource_location with implementation-defined values(public member function of std::source_location )[edit] |