Definition at line 17 of file primitive.cpp.
| basic_primitive_rep | ( | const generic & | name, | |
| function_type | fun2 | |||
| ) | [inline] |
Definition at line 21 of file primitive.cpp.
00021 : 00022 primitive_rep (name), fun (fun2) {} generic apply (const generic& x) const { return fun (x); }
Reimplemented from primitive_rep.
Definition at line 23 of file primitive.cpp.
Definition at line 27 of file primitive.hpp.
1.6.1