Public Types | |
| typedef Result(* | FuncType) (Arg) |
Public Types inherited from Common::UnaryFunction< Arg, Result > | |
| typedef Arg | ArgumenType |
| typedef Result | ResultType |
Public Member Functions | |
| PointerToUnaryFunc (const FuncType &func) | |
| Result | operator() (Arg v) const |