Public Types | |
| typedef Result(T::* | FuncType) (Arg) |
Public Types inherited from Common::BinaryFunction< T &, Arg, Result > | |
| typedef T & | FirstArgumentType |
| typedef Arg | SecondArgumentType |
| typedef Result | ResultType |
Public Member Functions | |
| MemFuncRef1 (const FuncType &func) | |
| Result | operator() (T &v1, Arg v2) const |