SObjectizer  5.8
Loading...
Searching...
No Matches
suppress_exceptions.hpp File Reference

Helpers for invoking code with suppressing exceptions. 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 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.
 

Detailed Description

Helpers for invoking code with suppressing exceptions.

Since
v.5.6.2

Definition in file suppress_exceptions.hpp.