Public Types | |
typedef Fct3< A0, A1, A2, R, F > | ffunc_t |
Public Member Functions | |
anyFunc3 (const ffunc_t &_f) | |
anyFunc3 (const anyFunc3 &rhs) | |
virtual R | operator() (typename curryArgMode< A0 >::Type_t a0, typename curryArgMode< A1 >::Type_t a1, typename curryArgMode< A2 >::Type_t a2) const |
![]() | |
anyOp3 (const anyOp3 &rhs) | |
Public Attributes | |
ffunc_t | f |