![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Traits selecting the expression-template node and its result type for the Math::GridBinary1 instantiation Binary <E1, E2, F>. More...
#include <GridExpression.hpp>
Public Types | |
| typedef GridBinary1< E1, E2, F > | ExpressionType |
| The expression-template node type. More... | |
| typedef ExpressionType | ResultType |
| The expression-template result type returned by free-function operators. More... | |
Traits selecting the expression-template node and its result type for the Math::GridBinary1 instantiation Binary <E1, E2, F>.
| E1 | The first grid expression type. |
| E2 | The second grid expression type. |
| F | The binary functor type. |
| typedef GridBinary1<E1, E2, F> CDPL::Math::GridBinary1Traits< E1, E2, F >::ExpressionType |
The expression-template node type.
| typedef ExpressionType CDPL::Math::GridBinary1Traits< E1, E2, F >::ResultType |
The expression-template result type returned by free-function operators.