KaMPIng 0.1.1
Flexible and (near) zero-overhead C++ bindings for MPI
Loading...
Searching...
No Matches
noexcept.hpp File Reference

Defines the macro KAMPING_NOEXCEPT to be used instad of noexcept. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define KAMPING_NOEXCEPT   noexcept
 noexcept macro.
 
#define KAMPING_CONDITIONAL_NOEXCEPT(condition)   noexcept(condition)
 Conditional noexcept noexcept(...) macro.
 

Detailed Description

Defines the macro KAMPING_NOEXCEPT to be used instad of noexcept.