|
SObjectizer
5.5
|
Helpers for invoking code which must not throws. 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 > | |
| 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. |
1.8.14