Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
lib::meta::test::anonymous_namespace{function-composition-test.cpp} Namespace Reference

Functions

template<uint i>
Num< i > fun11 (Num< i > val1)
 "Function-1" will be used at the front side, accepting a tuple of values
 
template<uint i, uint ii>
Num< i > fun12 (Num< i > val1, Num< ii > val2)
 
template<uint i, uint ii, uint iii>
Num< i > fun13 (Num< i > val1, Num< ii > val2, Num< iii > val3)
 
template<uint i, uint ii, uint iii, uint iv>
Num< i > fun14 (Num< i > val1, Num< ii > val2, Num< iii > val3, Num< iv > val4)
 
template<uint i, uint ii, uint iii, uint iv, uint v>
Num< i > fun15 (Num< i > val1, Num< ii > val2, Num< iii > val3, Num< iv > val4, Num< v > val5)
 
template<class II >
int fun2 (II val)
 "Function-2" can be chained behind fun1
 

Variables

Num< 1 > _1_
 
Num< 2 > _2_
 
Num< 3 > _3_
 
Num< 4 > _4_
 
Num< 5 > _5_
 
Num< 6 > _6_
 
Num< 7 > _7_
 
Num< 8 > _8_
 
Num< 9 > _9_
 

Function Documentation

◆ fun11()

template<uint i>
Num< i > fun11 ( Num< i >  val1)

"Function-1" will be used at the front side, accepting a tuple of values

Definition at line 58 of file function-composition-test.cpp.

References fun11().

Referenced by fun11().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ fun12()

template<uint i, uint ii>
Num< i > fun12 ( Num< i >  val1,
Num< ii >  val2 
)

Definition at line 66 of file function-composition-test.cpp.

References fun12().

Referenced by fun12().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ fun13()

template<uint i, uint ii, uint iii>
Num< i > fun13 ( Num< i >  val1,
Num< ii >  val2,
Num< iii val3 
)

Definition at line 76 of file function-composition-test.cpp.

References fun13().

Referenced by fun13().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ fun14()

template<uint i, uint ii, uint iii, uint iv>
Num< i > fun14 ( Num< i >  val1,
Num< ii >  val2,
Num< iii val3,
Num< iv val4 
)

Definition at line 87 of file function-composition-test.cpp.

References fun14().

Referenced by fun14().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ fun15()

template<uint i, uint ii, uint iii, uint iv, uint v>
Num< i > fun15 ( Num< i >  val1,
Num< ii >  val2,
Num< iii val3,
Num< iv val4,
Num< v val5 
)

Definition at line 99 of file function-composition-test.cpp.

References fun15().

Referenced by fun15().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ fun2()

template<class II >
int fun2 ( II  val)

"Function-2" can be chained behind fun1

Definition at line 114 of file function-composition-test.cpp.

Variable Documentation

◆ _1_

Num<1> _1_

Definition at line 45 of file function-composition-test.cpp.

◆ _2_

Num<2> _2_

Definition at line 46 of file function-composition-test.cpp.

◆ _3_

Num<3> _3_

Definition at line 47 of file function-composition-test.cpp.

◆ _4_

Num<4> _4_

Definition at line 48 of file function-composition-test.cpp.

◆ _5_

Num<5> _5_

Definition at line 49 of file function-composition-test.cpp.

◆ _6_

Num<6> _6_

Definition at line 50 of file function-composition-test.cpp.

◆ _7_

Num<7> _7_

Definition at line 51 of file function-composition-test.cpp.

◆ _8_

Num<8> _8_

Definition at line 52 of file function-composition-test.cpp.

◆ _9_

Num<9> _9_

Definition at line 53 of file function-composition-test.cpp.