![]() |
Rosetta
2019.31
|
Binder self-test file. Bindings of functions with default arguments. More...
Classes | |
| class | A< T > |
| class | B |
Functions | |
| double | foo (int a, int i1=1, int &i2=_static_int_, float f=2.0f, double const &d=4.16, void *p=nullptr, int q=10) |
Variables | |
| int | _static_int_ = 2 |
| A | _static_a_ |
Binder self-test file. Bindings of functions with default arguments.
| double foo | ( | int | a, |
| int | i1 = 1, |
||
| int & | i2 = _static_int_, |
||
| float | f = 2.0f, |
||
| double const & | d = 4.16, |
||
| void * | p = nullptr, |
||
| int | q = 10 |
||
| ) |
References demo.D060_Folding::f.
| A _static_a_ |
| int _static_int_ = 2 |
1.8.7