Files
2025-10-25 03:02:53 +03:00

1.1 KiB

[stacktrace.entry.obs]

19 Diagnostics library [diagnostics]

19.6 Stacktrace [stacktrace]

19.6.3 Class stacktrace_entry [stacktrace.entry]

19.6.3.3 Observers [stacktrace.entry.obs]

🔗

constexpr native_handle_type native_handle() const noexcept;

1

#

The semantics of this function areimplementation-defined.

2

#

Remarks: Successive invocations of the native_handle function for an unchanged stacktrace_entry object return identical values.

🔗

constexpr explicit operator bool() const noexcept;

3

#

Returns: false if and only if *this is empty.