dune-common  2.4.1
Macros
final.hh File Reference

Definition of the DUNE_FINAL macro. More...

Go to the source code of this file.

Macros

#define DUNE_FINAL   final
 Set method or expression final if supported by the compiler. More...
 

Detailed Description

Definition of the DUNE_FINAL macro.

Macro Definition Documentation

#define DUNE_FINAL   final

Set method or expression final if supported by the compiler.

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

This is a preprocessor define which can be used to member functions or classes as final, this keyword was introduced by C++11.