#include <function.hpp>
Definition at line 566 of file function.hpp.
| function_8_rep | ( | ) | [inline] |
Definition at line 567 of file function.hpp.
| virtual ~function_8_rep | ( | ) | [inline, virtual] |
Definition at line 568 of file function.hpp.
| virtual D apply | ( | S1 | x1, | |
| S2 | x2, | |||
| S3 | x3, | |||
| S4 | x4, | |||
| S5 | x5, | |||
| S6 | x6, | |||
| S7 | x7, | |||
| S8 | x8 | |||
| ) | [pure virtual] |
Implemented in def_function_8_rep< D, S1, S2, S3, S4, S5, S6, S7, S8 >.
1.6.1