Public Member Functions | |
PartialAppl2 (const F &_f, typename curryArgMode< A0 >::Type_t _pa0, typename curryArgMode< A1 >::Type_t _pa1) | |
PartialAppl2 (const PartialAppl2 &rhs) | |
R | operator() (typename curryArgMode< A2 >::Type_t a2, typename curryArgMode< A3 >::Type_t a3, typename curryArgMode< A4 >::Type_t a4) const |
Public Attributes | |
F | f |
A0 | pa0 |
A1 | pa1 |