DUNE-ACFEM (unstable)
Dune::ACFem::ExpressionTraits< T, std::enable_if_t<(IsExpression< T >::value &&!IsSelfExpression< T >::value &&!Expressions::IsClosure< T >::value)>, BaseTraitsLevel > Struct Template Reference
Default Expression-traits for any non-terminal expression use the induced traits of the operation while allowing overrides from attached tag-base-classes. More...
#include <dune/acfem/expressions/traitsdefault.hh>
Detailed Description
template<class T>
struct Dune::ACFem::ExpressionTraits< T, std::enable_if_t<(IsExpression< T >::value &&!IsSelfExpression< T >::value &&!Expressions::IsClosure< T >::value)>, BaseTraitsLevel >
struct Dune::ACFem::ExpressionTraits< T, std::enable_if_t<(IsExpression< T >::value &&!IsSelfExpression< T >::value &&!Expressions::IsClosure< T >::value)>, BaseTraitsLevel >
Default Expression-traits for any non-terminal expression use the induced traits of the operation while allowing overrides from attached tag-base-classes.
The documentation for this struct was generated from the following file:
- dune/acfem/expressions/traitsdefault.hh
