#include <func.h>
Public Types | |
| typedef Res(* | FuncType) (Arg1, Arg2) |
Public Types inherited from Common::BinaryFunction< Arg1, Arg2, Res > | |
| typedef Arg1 | FirstArgumentType |
| typedef Arg2 | SecondArgumentType |
| typedef Res | ResultType |
Public Member Functions | |
| Functor2Fun (const FuncType func) | |
| bool | isValid () const |
| Res | operator() (Arg1 v1, Arg2 v2) const |
Functor object for a binary function.