aimstil
5.0.5
|
A template expression class for left-values. More...
#include <til/TExpr.h>
Public Member Functions | |
EXPR_RESULT_TYPE (T &) | |
TExprLValue (T &lvalue) | |
EXPRFUNC_1ARG_ARG (operator(), return m_pvalue;,) | |
EXPRFUNC_2ARG_ARG (operator(), return m_pvalue;,,) | |
EXPRFUNC_3ARG_ARG (operator(), return m_pvalue;,,,) | |
A template expression class for left-values.
|
inline |
Definition at line 262 of file TExpr.h.
References EXPRFUNC_1ARG_ARG, EXPRFUNC_2ARG_ARG, and EXPRFUNC_3ARG_ARG.
til::expr::TExprLValue< T >::EXPR_RESULT_TYPE | ( | T & | ) |
til::expr::TExprLValue< T >::EXPRFUNC_1ARG_ARG | ( | operator() | , |
return m_pvalue; | |||
) |
til::expr::TExprLValue< T >::EXPRFUNC_2ARG_ARG | ( | operator() | , |
return m_pvalue; | |||
) |
til::expr::TExprLValue< T >::EXPRFUNC_3ARG_ARG | ( | operator() | , |
return m_pvalue; | |||
) |