From Jason Turner

[set.unexpected]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp2rtpnpp7/{from.md → to.md} +0 -14
tmp/tmp2rtpnpp7/{from.md → to.md} RENAMED
@@ -1,14 +0,0 @@
1
- ### `set_unexpected` <a id="set.unexpected">[[set.unexpected]]</a>
2
-
3
- ``` cpp
4
- unexpected_handler set_unexpected(unexpected_handler f) noexcept;
5
- ```
6
-
7
- *Effects:* Establishes the function designated by `f` as the current
8
- `unexpected_handler`.
9
-
10
- It is unspecified whether a null pointer value designates the default
11
- `unexpected_handler`.
12
-
13
- *Returns:* The previous `unexpected_handler`.
14
-