|
struct | _Chain |
|
struct | _Clo |
|
struct | _PapE |
|
struct | _PapS |
|
struct | _Sig |
|
struct | Apply |
| this Helper with repetitive specialisations for up to nine arguments is used either to apply a function to arguments given as a tuple, or to create the actual closure (functor) over all function arguments. More...
|
|
struct | Apply< 0 > |
| < Apply function without Arguments More...
|
|
struct | Apply< 1 > |
| < Apply function with 1 Argument More...
|
|
struct | Apply< 2 > |
| < Apply function with 2 Arguments More...
|
|
struct | Apply< 3 > |
| < Apply function with 3 Arguments More...
|
|
struct | Apply< 4 > |
| < Apply function with 4 Arguments More...
|
|
struct | Apply< 5 > |
| < Apply function with 5 Arguments More...
|
|
struct | Apply< 6 > |
| < Apply function with 6 Arguments More...
|
|
struct | Apply< 7 > |
| < Apply function with 7 Arguments More...
|
|
struct | Apply< 8 > |
| < Apply function with 8 Arguments More...
|
|
struct | Apply< 9 > |
| < Apply function with 9 Arguments More...
|
|
struct | PartiallyInitTuple |
| Builder for a tuple instance, where only some ctor parameters are supplied, while the remaining arguments will be default constructed. More...
|
|
struct | PlaceholderTuple |
| Build a list of standard function argument placeholder types. More...
|
|
struct | PlaceholderTuple< Node< X, TAIL >, i > |
|
struct | PlaceholderTuple< NullType, i > |
|