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