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

Typedefs

using List1 = Types< Num< 1 >, Num< 2 >, Num< 3 > >::List
 
using List2 = Types< Num< 5 >, Num< 6 >, Num< 7 > >::List
 

Functions

template<char i, char ii, char iii>
int getNumberz (Num< i > one, Num< ii > two, Num< iii > three)
 special test fun accepting the terrific Num types
 
int fun0 ()
 
int fun1 (int i1)
 
int fun2 (int i1, int i2)
 
int fun3 (int i1, int i2, int i3)
 

Typedef Documentation

◆ List1

using List1 = Types<Num<1>, Num<2>, Num<3> >::List

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

◆ List2

using List2 = Types<Num<5>, Num<6>, Num<7> >::List

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

Function Documentation

◆ getNumberz()

template<char i, char ii, char iii>
int getNumberz ( Num< i >  one,
Num< ii >  two,
Num< iii three 
)

special test fun accepting the terrific Num types

Definition at line 57 of file function-closure-test.cpp.

References getNumberz().

Referenced by getNumberz().

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

◆ fun0()

int fun0 ( )

Definition at line 63 of file function-closure-test.cpp.

References fun0().

Referenced by fun0().

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

◆ fun1()

int fun1 ( int  i1)

Definition at line 64 of file function-closure-test.cpp.

References fun1().

Referenced by fun1().

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

◆ fun2()

int fun2 ( int  i1,
int  i2 
)

Definition at line 65 of file function-closure-test.cpp.

References fun2().

Referenced by fun2().

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

◆ fun3()

int fun3 ( int  i1,
int  i2,
int  i3 
)

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

References fun3().

Referenced by fun3().

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