The function calls the current unexpected handler function (either the one by default or the one set by a call to set_unexpected).
The unexpected handler by default simply calls terminate.
This function is provided so that it can be explicitly called by a program.
Return value
noneSee also
| set_unexpected | Set unexpected handler function (function) |
