![]() |
Rosetta
2019.31
|
Binder self-test file. Bindings of temlate classes and functions functionality. More...
Classes | |
| class | A< T > |
Functions | |
| template<typename T > | |
| void | foo () |
| template void | foo< int > () |
| template void | foo< double > () |
| void | fi_instantiated_by_use_in_function (A< int >) |
| void | fi (A< int > &) |
| void | fi (A< int > *) |
| void | ff_instantiated_by_use_in_function_not_binded (A< float > &) |
| void | fd_instantiated_by_use_in_function_not_binded (A< double > *) |
| template<typename T > | |
| T | add (T v) |
| template<typename T , typename... As> | |
| T | add (T first, As...as) |
| template<typename... As> | |
| void | foo (As...as) |
| void | instantiate () |
Binder self-test file. Bindings of temlate classes and functions functionality.
References test.T850_SubClassing::v.
Referenced by add(), and instantiate().
| void foo | ( | ) |
Referenced by instantiate().
| void foo | ( | As... | as | ) |
1.8.7