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