|
FreePOOMA
2.4.1
|
EngineFunctors get applied to expressions using ForEach, with the combiner supplied by the Tag. More...
#include <ExpressionEngine.h>
Public Types | |
| typedef EngineFunctorTag< Tag > | Functor_t |
| typedef Tag::Combine_t | Combine_t |
| typedef ForEach< Expr, Functor_t, Combine_t >::Type_t | Type_t |
Static Public Member Functions | |
| static Type_t | apply (const Engine< Dim, T, ExpressionTag< Expr > > &engine, const Tag &tag) |
EngineFunctors get applied to expressions using ForEach, with the combiner supplied by the Tag.
| typedef EngineFunctorTag<Tag> EngineFunctor< Engine< Dim, T, ExpressionTag< Expr > >, Tag >::Functor_t |
| typedef Tag::Combine_t EngineFunctor< Engine< Dim, T, ExpressionTag< Expr > >, Tag >::Combine_t |
| typedef ForEach<Expr,Functor_t,Combine_t>::Type_t EngineFunctor< Engine< Dim, T, ExpressionTag< Expr > >, Tag >::Type_t |
| static Type_t EngineFunctor< Engine< Dim, T, ExpressionTag< Expr > >, Tag >::apply | ( | const Engine< Dim, T, ExpressionTag< Expr > > & | engine, |
| const Tag & | tag | ||
| ) | [inline, static] |
References forEach().
1.7.6.1