#include <function.hpp>
Definition at line 270 of file function.hpp.
| function_3_rep | ( | ) | [inline] |
Definition at line 271 of file function.hpp.
| virtual ~function_3_rep | ( | ) | [inline, virtual] |
Definition at line 272 of file function.hpp.
| virtual D apply | ( | S1 | x1, | |
| S2 | x2, | |||
| S3 | x3 | |||
| ) | [pure virtual] |
Implemented in def_function_3_rep< D, S1, S2, S3 >.
1.6.1