DUNE-ACFEM (unstable)
Dune::ACFem::CanPromoteTupleTypes< T, std::enable_if_t< sizeof(TupleScalarPromotionType< T >) >=0 > Struct Template Reference
TrueType if the type of the tuple T can be promoted to another type. More...
#include <dune/acfem/mpl/toarray.hh>
Detailed Description
template<class T>
struct Dune::ACFem::CanPromoteTupleTypes< T, std::enable_if_t< sizeof(TupleScalarPromotionType< T >) >=0 >
struct Dune::ACFem::CanPromoteTupleTypes< T, std::enable_if_t< sizeof(TupleScalarPromotionType< T >) >=0 >
TrueType if the type of the tuple T can be promoted to another type.
Used by toArray() in order to automatically deduce a suitable array type.
The documentation for this struct was generated from the following file:
- dune/acfem/mpl/toarray.hh
