#include <SimpleFunctors.h>
Public Member Functions | |
Result | operator() (const Arg1 &a) const |
Public Member Functions inherited from npstat::Functor1< Result, Arg1 > | |
virtual | ~Functor1 () |
Additional Inherited Members | |
Public Types inherited from npstat::Functor1< Result, Arg1 > | |
typedef Arg1 | first_argument_type |
typedef Result | result_type |
Sometimes it becomes necessary to perform an explicit cast for proper overload resolution of a converting copy constructor
Definition at line 123 of file SimpleFunctors.h.
|
inlinevirtual |