DUNE-ACFEM (unstable)

Dune::ACFem::Switch< Head, Tail > Struct Template Reference

Recursion for a multi-conditional switch. More...

#include <dune/acfem/common/types.hh>

Detailed Description

template<class Head, class... Tail>
struct Dune::ACFem::Switch< Head, Tail >

Recursion for a multi-conditional switch.

Export Head::Type as type alias Switch::Type and recurses to Switch<Tail...> otherwise.

Parameters
HeadMust be Case type, i.e. Head::value must be a boolean and Head::Type must be a type.

The documentation for this struct was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 25, 22:37, 2024)