SObjectizer  5.7
Namespaces | Functions
suppress_exceptions.hpp File Reference

Helpers for invoking code with suppressing exceptions. 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 Lambda >
void so_5::details::suppress_exceptions (Lambda &&lambda) noexcept
 Helper function for execution a block of code with suppression of any exceptions raised inside that block. More...
 

Detailed Description

Helpers for invoking code with suppressing exceptions.

Since
v.5.6.2