tmp/tmpg6tepznd/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#### Observers <a id="stacktrace.entry.obs">[[stacktrace.entry.obs]]</a>
|
| 2 |
+
|
| 3 |
+
``` cpp
|
| 4 |
+
constexpr native_handle_type native_handle() const noexcept;
|
| 5 |
+
```
|
| 6 |
+
|
| 7 |
+
The semantics of this function are *implementation-defined*.
|
| 8 |
+
|
| 9 |
+
*Remarks:* Successive invocations of the `native_handle` function for an
|
| 10 |
+
unchanged `stacktrace_entry` object return identical values.
|
| 11 |
+
|
| 12 |
+
``` cpp
|
| 13 |
+
constexpr explicit operator bool() const noexcept;
|
| 14 |
+
```
|
| 15 |
+
|
| 16 |
+
*Returns:* `false` if and only if `*this` is empty.
|
| 17 |
+
|