aimstil
5.0.5
|
If/then block using template expressions. More...
#include <til/TExprConcatenation.h>
Public Member Functions | |
EXPR_RESULT_TYPE (void) | |
TExprIfThen (const TExprIf &eIf, const TExprThen &eThen) | |
EXPRFUNC_1ARG (operator(), if(m_eIf(i1)) m_eThen(i1);) | |
EXPRFUNC_2ARG (operator(), if(m_eIf(i1, i2)) m_eThen(i1, i2);) | |
EXPRFUNC_3ARG (operator(), if(m_eIf(i1, i2, i3)) m_eThen(i1, i2, i3);) | |
If/then block using template expressions.
Definition at line 202 of file TExprConcatenation.h.
|
inline |
til::expr::TExprIfThen< TExprIf, TExprThen >::EXPR_RESULT_TYPE | ( | void | ) |
til::expr::TExprIfThen< TExprIf, TExprThen >::EXPRFUNC_1ARG | ( | operator() | , |
if(m_eIf(i1)) m_eThen(i1); | |||
) |
til::expr::TExprIfThen< TExprIf, TExprThen >::EXPRFUNC_2ARG | ( | operator() | , |
if(m_eIf(i1, i2)) m_eThen(i1, i2); | |||
) |
til::expr::TExprIfThen< TExprIf, TExprThen >::EXPRFUNC_3ARG | ( | operator() | , |
if(m_eIf(i1, i2, i3)) m_eThen(i1, i2, i3); | |||
) |