tmp/tmpqrsrx5ju/{from.md → to.md}
RENAMED
|
@@ -1,16 +0,0 @@
|
|
| 1 |
-
### `unexpected` <a id="unexpected">[[unexpected]]</a>
|
| 2 |
-
|
| 3 |
-
``` cpp
|
| 4 |
-
[[noreturn]] void unexpected();
|
| 5 |
-
```
|
| 6 |
-
|
| 7 |
-
*Remarks:* Called by the implementation when a function exits via an
|
| 8 |
-
exception not allowed by its
|
| 9 |
-
*exception-specification* ([[except.unexpected]]), in effect after
|
| 10 |
-
evaluating the throw-expression ([[unexpected.handler]]). May also be
|
| 11 |
-
called directly by the program.
|
| 12 |
-
|
| 13 |
-
*Effects:* Calls the current `unexpected_handler` function. A default
|
| 14 |
-
`unexpected_handler` is always considered a callable handler in this
|
| 15 |
-
context.
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|