SObjectizer  5.5
Namespaces | Functions
invoke_noexcept_code.hpp File Reference

Helpers for invoking code which must not throws. More...

#include <so_5/h/compiler_features.hpp>
#include <exception>
#include <utility>

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())
 

Detailed Description

Helpers for invoking code which must not throws.

Since
v.5.5.6
v.5.5.6
Template Parameters
Ltype of lambda with main code to be invoked.