Section

std::stacktrace_entry

The stacktrace_entry class provides operations for querying information about an evaluation in a stacktrace. Each stacktrace_entry object is either empty, or represents an evaluation in a stacktrace.

# Declarations

class stacktrace_entry;

(since C++23)

# Notes

boost::stacktrace::frame (available in Boost.Stacktrace) can be used instead when std::stacktrace_entry is not available.

# Example

This section is incompleteReason: no example

# See also