|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Member functions | ||||
| Observers | ||||
stacktrace_entry::operator bool | ||||
| Query | ||||
| Non-member functions | ||||
| Helper classes | ||||
constexprexplicit operatorbool()constnoexcept; | (since C++23) | |
Checks whether thestacktrace_entry is non-empty, i.e. it represents an evaluation in a stacktrace.
Contents |
(none)
true if thestacktrace_entry is non-empty,false otherwise.
A non-emptystacktrace_entry can be obtained from astd::basic_stacktrace created bystd::basic_stacktrace::current or a copy of suchstd::basic_stacktrace.
An emptystacktrace_entry can be created by thedefault constructor.
| This section is incomplete Reason: no example |