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