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) SO_5_NOEXCEPT -> decltype(lambda()) |
Helpers for invoking code which must not throws.
L | type of lambda with main code to be invoked. |