FreePOOMA
2.4.1
|
WhereProxy is used to implement 2 argument where(). More...
#include "Evaluator/OpMask.h"
#include "Pooma/PETE/ExpressionTraits.h"
#include "Engine/ExpressionEngine.h"
Classes | |
struct | ConvertWhereProxy< ETrait, Tree > |
We need the tools to convert a WhereProxy into an Array or Field or whatever, so users need to specialize. More... | |
struct | WhereProxy< F, B > |
The only legal use of where(a,b) is in an expression like: More... | |
struct | WhereProxy< F, B >::WhereProxyTraits< Cond, Val, F1, B1 > |
struct | WhereProxy< F, B >::WhereProxyTraits< Cond, Scalar< T >, F1, B1 > |
struct | WhereProxy< F, B >::WhereProxyTraits< Scalar< T >, Val, F1, B1 > |
struct | WhereProxy< F, B >::WhereProxyTraits< Scalar< T1 >, Scalar< T2 >, F1, B1 > |
Functions | |
template<class F , class B > | |
WhereProxy< F, B > | where (const F &f, const B &b) |
WhereProxy is used to implement 2 argument where().
WhereProxy<F,B> where | ( | const F & | f, |
const B & | b | ||
) | [inline] |