tmp/tmpz3u04w90/{from.md → to.md}
RENAMED
|
@@ -1,16 +0,0 @@
|
|
| 1 |
-
### `uncaught_exception` <a id="uncaught">[[uncaught]]</a>
|
| 2 |
-
|
| 3 |
-
``` cpp
|
| 4 |
-
bool uncaught_exception() noexcept;
|
| 5 |
-
```
|
| 6 |
-
|
| 7 |
-
*Returns:* `true` after the current thread has initialized an exception
|
| 8 |
-
object ([[except.throw]]) until a handler for the exception (including
|
| 9 |
-
`std::unexpected()` or `std::terminate()`) is
|
| 10 |
-
activated ([[except.handle]]). This includes stack
|
| 11 |
-
unwinding ([[except.ctor]]).
|
| 12 |
-
|
| 13 |
-
*Remarks:* When `uncaught_exception()` returns `true`, throwing an
|
| 14 |
-
exception can result in a call of
|
| 15 |
-
`std::terminate()` ([[except.terminate]]).
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|