Classes | |
struct | closureT |
Public Types | |
typedef Fct0< R, closureT > | closure_t |
Public Member Functions | |
Fct1 (const F &_f) | |
Fct1 (const Fct1 &rhs) | |
closure_t | closure (typename curryArgMode< A0 >::Type_t a0) const |
R | operator() (typename curryArgMode< A0 >::Type_t a0) const |