|
SObjectizer
5.8
|
Helpers for invoking code which must not throws. 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 > | |
| auto | so_5::details::invoke_noexcept_code (L lambda) noexcept -> decltype(lambda()) |
Helpers for invoking code which must not throws.
| L | type of lambda with main code to be invoked. |
Definition in file invoke_noexcept_code.hpp.