DUNE-ACFEM (unstable)
Dune::ACFem::Switch< Case< C, T > > Struct Template Reference
Recursion end-point: if the last template parameter to SwitchType is a case then export T as SwitchCase<C,T>::Type if C is true
.
More...
#include <dune/acfem/common/types.hh>
Detailed Description
template<bool C, class T>
struct Dune::ACFem::Switch< Case< C, T > >
struct Dune::ACFem::Switch< Case< C, T > >
Recursion end-point: if the last template parameter to SwitchType is a case then export T as SwitchCase<C,T>::Type if C is true
.
Otherwise issue a static assert.
The documentation for this struct was generated from the following file:
- dune/acfem/common/types.hh
