|
SObjectizer
5.8
|
Helpers for aborting the whole application in the case of a fatal error. More...
Go to the source code of this file.
Namespaces | |
| namespace | so_5 |
| Private part of message limit implementation. | |
| namespace | 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. |
Definition in file abort_on_fatal_error.hpp.