aimstil  5.0.5
til::expr::TExprValue< N, T > Class Template Reference

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;,,,)
 

Detailed Description

template<int N, typename T>
class til::expr::TExprValue< N, T >

Represent a constant in template expression.

Unfortunately, as for now, only integer can be templated, so this constant has to be an integer

Definition at line 223 of file TExpr.h.

Member Function Documentation

◆ EXPRFUNC_1ARG_ARG()

template<int N, typename T >
til::expr::TExprValue< N, T >::EXPRFUNC_1ARG_ARG ( operator()  ,
return N;   
)

◆ EXPRFUNC_2ARG_ARG()

template<int N, typename T >
til::expr::TExprValue< N, T >::EXPRFUNC_2ARG_ARG ( operator()  ,
return N;   
)

◆ EXPRFUNC_3ARG_ARG()

template<int N, typename T >
til::expr::TExprValue< N, T >::EXPRFUNC_3ARG_ARG ( operator()  ,
return N;   
)

The documentation for this class was generated from the following file: