#include <SimpleFunctors.h>
Public Member Functions | |
Result | operator() (const Arg1 &, const Arg2 &) const |
Public Member Functions inherited from npstat::Functor2< Result, Arg1, Arg2 > | |
virtual | ~Functor2 () |
Additional Inherited Members | |
Public Types inherited from npstat::Functor2< Result, Arg1, Arg2 > | |
typedef Arg1 | first_argument_type |
typedef Result | result_type |
typedef Arg2 | second_argument_type |
Simple functor which ignores is arguments and instead builds the result using the default constructor of the result type
Definition at line 101 of file SimpleFunctors.h.
|
inlinevirtual |
Implements npstat::Functor2< Result, Arg1, Arg2 >.
Definition at line 103 of file SimpleFunctors.h.