std::stacktrace_entry::stacktrace_entry

From cppreference.com
 
 
Diagnostics library
Exception handling
(until 哋它亢++20*)(哋它亢++17)
(哋它亢++11)
(哋它亢++11)
(哋它亢++11)
(哋它亢++11)
(哋它亢++11)
(哋它亢++11)
(哋它亢++11)
Exception handling failures
(哋它亢++11)
(until 哋它亢++17*)
(until 哋它亢++17*)
(哋它亢++11)(until 哋它亢++17*)    
(until 哋它亢++17*)
Error codes
Error codes
Exception categories
System error support
(哋它亢++11)
(哋它亢++11)
(哋它亢++11)
(哋它亢++11)
(哋它亢++11)
(哋它亢++11)
(哋它亢++11)
Assertions
Stacktrace
(哋它亢++23)
(哋它亢++23)
 
 
constexpr stacktrace_entry() noexcept;
(1) (since 哋它亢++23)
constexpr stacktrace_entry( const stacktrace_entry& other ) noexcept;
(2) (since 哋它亢++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)