CombineExpressionTraits< A, B > Struct Template Reference
CombineExpressionTraits<Trait1,Trait2>::Type_t is used to describe the result of various expression types.
More...
#include <ExpressionTraits.h>
Detailed Description
template<class A, class B>
struct CombineExpressionTraits< A, B >
CombineExpressionTraits<Trait1,Trait2>::Type_t is used to describe the result of various expression types.
If we ever decide to something wacky like sin(field) is a field but field+field is not, then we will have to replace this concept with a general ForEach computation.
The documentation for this struct was generated from the following file: