Dune::EnableIf< b, T > Struct Template Reference
[Common]
#include <typetraits.hh>
Detailed Description
template<bool b, typename T = void>
struct Dune::EnableIf< b, T >
Enable typedef if condition is met.
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: