KaMPIng 0.1.0
(Near) zero-overhead C++ MPI bindings.
Loading...
Searching...
No Matches
noexcept.hpp File Reference

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

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.