[stacktrace.entry.obs] (original) (raw)

19 Diagnostics library [diagnostics]

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.