A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://en.cppreference.com/w/cpp/language/../error/error_code/../../utility/stacktrace_entry.html below:

std::stacktrace_entry - cppreference.com

class stacktrace_entry;

(since C++23)

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.

stacktrace_entry models std::regular and std::three_way_comparable<std::strong_ordering>.

[edit] Member types native_handle_type implementation-defined native handle type [edit] Member functions constructs a new stacktrace_entry
(public member function) [edit] destroys the stacktrace_entry
(public member function) assigns the contents of one stacktrace_entry to another
(public member function) Observers gets the implementation-defined native handle of the stacktrace_entry
(public member function) checks whether the stacktrace_entry is empty
(public member function) Query gets the description of the evaluation represented by the stacktrace_entry
(public member function) gets the name of the source file that lexically contains the expression or statement whose evaluation is represented by the stacktrace_entry
(public member function) [edit] gets the line number that lexically relates the evaluation represented by the stacktrace_entry
(public member function) [edit] [edit] Non-member functions compares two stacktrace_entry values
(function) returns a string with a description of the stacktrace_entry
(function) [edit] performs stream output of stacktrace_entry
(function template) [edit] [edit] Helper classes [edit] Notes

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

[edit] Example [edit] See also approximate representation of an invocation sequence consists of stacktrace entries
(class template) [edit] a class representing information about the source code, such as file names, line numbers, and function names
(class) [edit]

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4