Set the pre-throw hook for std::underflow_error to the specified hook.
If hook is passed 0, or if the settor was never called, that means that no pre-throw function will be called.
| Name | Description |
|---|---|
| hook | pre-throw callback; null disables the hook |