dune-common  2.4.1-rc2
Macros
noexcept.hh File Reference

Definition of the DUNE_NOEXCEPT macro. More...

Go to the source code of this file.

Macros

#define DUNE_NOEXCEPT   noexcept
 Set method to noexcept if supported by the compiler. More...
 

Detailed Description

Definition of the DUNE_NOEXCEPT macro.

Macro Definition Documentation

#define DUNE_NOEXCEPT   noexcept

Set method to noexcept if supported by the compiler.

1 #include <dune/common/std/noexcept.hh>

This is a preprocessor define which can be used to mark methods as noexcept.

Note
This does not support the noexcept operator.

Referenced by Dune::Std::index_sequence_for().