Dune::enable_if< b, T > Struct Template Reference
[Common]
#include <typetraits.hh>
List of all members.
Detailed Description
template<bool b, typename T = void>
struct Dune::enable_if< b, T >
Enable typedef if condition is met.
Replacement implementation for compilers without this in the stl. Depending on the value of b the type T is provided as typedef type.
The documentation for this struct was generated from the following file: