#include <func.h>
Public Member Functions | |
virtual bool | isValid () const =0 |
virtual Res | operator() (Arg1, Arg2) const =0 |
Additional Inherited Members | |
Public Types inherited from Common::BinaryFunction< Arg1, Arg2, Res > | |
typedef Arg1 | FirstArgumentType |
typedef Arg2 | SecondArgumentType |
typedef Res | ResultType |
Generic functor object for binary function objects.