#include <function.hpp>
Definition at line 388 of file function.hpp.
| function_5_rep | ( | ) | [inline] |
Definition at line 389 of file function.hpp.
| virtual ~function_5_rep | ( | ) | [inline, virtual] |
Definition at line 390 of file function.hpp.
| virtual D apply | ( | S1 | x1, | |
| S2 | x2, | |||
| S3 | x3, | |||
| S4 | x4, | |||
| S5 | x5 | |||
| ) | [pure virtual] |
Implemented in def_function_5_rep< D, S1, S2, S3, S4, S5 >.
1.6.1