#include <SimpleFunctors.h>
Public Member Functions | |
FcnFunctor2 (Result(*fcn)(Arg1, Arg2)) | |
FcnFunctor2 ()=delete | |
Result | operator() (const Arg1 &x, const Arg2 &y) const |
Public Member Functions inherited from npstat::Functor2< Result, Arg1, Arg2 > | |
virtual | ~Functor2 () |
Private Attributes | |
Result(* | fcn_ )(Arg1, Arg2) |
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 |
Adaptation for using two-argument functors with simple cmath-style functions. Do not use this struct as a base class.
Definition at line 152 of file SimpleFunctors.h.
|
inlineexplicit |
Definition at line 153 of file SimpleFunctors.h.
|
delete |
|
inlinevirtual |
Implements npstat::Functor2< Result, Arg1, Arg2 >.
Definition at line 155 of file SimpleFunctors.h.
References npstat::FcnFunctor2< Result, Arg1, Arg2 >::fcn_, and x.
|
private |
Definition at line 160 of file SimpleFunctors.h.
Referenced by npstat::FcnFunctor2< Result, Arg1, Arg2 >::operator()().