Dune Core Modules (2.3.1)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
static_assert.hh File Reference
Fallback implementation of the C++0x static_assert feature. More...
Go to the source code of this file.
Classes | |
struct | Dune::AlwaysFalse< T > |
template which always yields a false value More... | |
struct | Dune::AlwaysTrue< T > |
template which always yields a true value More... | |
Namespaces | |
namespace | Dune |
Dune namespace. | |
Macros | |
#define | dune_static_assert(COND, MSG) |
Helper template so that compilation fails if condition is not true. More... | |
Detailed Description
Fallback implementation of the C++0x static_assert feature.
