dune-common
2.4.1-rc2
|
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... | |
Definition of the DUNE_FINAL macro.
#define DUNE_FINAL final |
Set method or expression final
if supported by the compiler.
This is a preprocessor define which can be used to member functions or classes as final
, this keyword was introduced by C++11.