#include <function.hpp>
Definition at line 513 of file function.hpp.
| def_function_7_rep | ( | D(*)(S1, S2, S3, S4, S5, S6, S7) | fun2 | ) | [inline] |
Definition at line 515 of file function.hpp.
| D apply | ( | S1 | x1, | |
| S2 | x2, | |||
| S3 | x3, | |||
| S4 | x4, | |||
| S5 | x5, | |||
| S6 | x6, | |||
| S7 | x7 | |||
| ) | [inline, virtual] |
Implements function_7_rep< D, S1, S2, S3, S4, S5, S6, S7 >.
Definition at line 517 of file function.hpp.
References def_function_7_rep< D, S1, S2, S3, S4, S5, S6, S7 >::fun.
00517 { 00518 return fun (x1, x2, x3, x4, x5, x6, x7); }
| D(* fun)(S1, S2, S3, S4, S5, S6, S7) |
Referenced by def_function_7_rep< D, S1, S2, S3, S4, S5, S6, S7 >::apply().
1.6.1