#include <func.h>
Public Types | |
typedef Res(T::* | FuncType) (Arg) |
Public Types inherited from Common::UnaryFunction< Arg, Res > | |
typedef Arg | ArgumenType |
typedef Res | ResultType |
Public Member Functions | |
Functor1Mem (T *t, const FuncType &func) | |
bool | isValid () const |
Res | operator() (Arg v1) const |
Functor object for an unary class member function. Usage is like with Functor0Mem. The resulting functor object will take one parameter though.