#include <function.hpp>
Definition at line 329 of file function.hpp.
| function_4_rep | ( | ) | [inline] |
Definition at line 330 of file function.hpp.
| virtual ~function_4_rep | ( | ) | [inline, virtual] |
Definition at line 331 of file function.hpp.
| virtual D apply | ( | S1 | x1, | |
| S2 | x2, | |||
| S3 | x3, | |||
| S4 | x4 | |||
| ) | [pure virtual] |
Implemented in def_function_4_rep< D, S1, S2, S3, S4 >.
1.6.1