aimstil
5.0.5
|
Represent a constant in template expression. More...
#include <til/TExpr.h>
Classes | |
struct | TypeStruct |
Public Member Functions | |
EXPRFUNC_1ARG_ARG (operator(), return N;,) | |
EXPRFUNC_2ARG_ARG (operator(), return N;,,) | |
EXPRFUNC_3ARG_ARG (operator(), return N;,,,) | |
Represent a constant in template expression.
Unfortunately, as for now, only integer can be templated, so this constant has to be an integer
til::expr::TExprValue< N, T >::EXPRFUNC_1ARG_ARG | ( | operator() | , |
return N; | |||
) |
til::expr::TExprValue< N, T >::EXPRFUNC_2ARG_ARG | ( | operator() | , |
return N; | |||
) |
til::expr::TExprValue< N, T >::EXPRFUNC_3ARG_ARG | ( | operator() | , |
return N; | |||
) |