|
| | EXPR_RESULT_TYPE (const T) |
| |
| | TExprConstant (T value) |
| |
| template<class Iterator1 > |
| TypeStruct< Iterator1 >::Type | operator() (Iterator1 &) |
| |
| template<class Iterator1 , class Iterator2 > |
| TypeStruct< Iterator1, Iterator2 >::Type | operator() (Iterator1 &, Iterator2 &) |
| |
| template<class Iterator1 , class Iterator2 , class Iterator3 > |
| TypeStruct< Iterator1, Iterator2, Iterator3 >::Type | operator() (Iterator1 &, Iterator2 &, Iterator3 &) |
| |
template<typename T>
class til::expr::TExprConstant< T >
A template expression class for constant values.
Definition at line 50 of file TExpr.h.