|
SObjectizer
5.5
|
Helpers for aborting the whole application in the case of a fatal error. More...
Go to the source code of this file.
Namespaces | |
| so_5 | |
| Public part of message limit implementation. | |
| so_5::details | |
| Some reusable and low-level classes/functions which can be used in public header files. | |
Functions | |
| template<typename L > | |
| void | so_5::details::abort_on_fatal_error (L logging_lambda) noexcept |
Helpers for aborting the whole application in the case of a fatal error.
Helper for aborting the whole application in the case of a fatal error.
| L | type of lambda with logging action. Note that this lambda must not throws exceptions. |
1.8.14