npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
npstat::FcnFunctor3< Result, Arg1, Arg2, Arg3 > Struct Template Reference

#include <SimpleFunctors.hh>

Inheritance diagram for npstat::FcnFunctor3< Result, Arg1, Arg2, Arg3 >:
npstat::Functor3< Result, Arg1, Arg2, Arg3 >

Public Member Functions

 FcnFunctor3 (Result(*fcn)(Arg1, Arg2, Arg3))
 
Result operator() (const Arg1 &x, const Arg2 &y, const Arg3 &z) const
 
bool operator== (const FcnFunctor3 &r) const
 
bool operator!= (const FcnFunctor3 &r) const
 

Additional Inherited Members

- Public Types inherited from npstat::Functor3< Result, Arg1, Arg2, Arg3 >
typedef Result result_type
 
typedef Arg1 first_argument_type
 
typedef Arg2 second_argument_type
 
typedef Arg3 third_argument_type
 

Detailed Description

template<typename Result, typename Arg1, typename Arg2, typename Arg3>
struct npstat::FcnFunctor3< Result, Arg1, Arg2, Arg3 >

Adaptation for using three-argument functors with simple cmath-style functions


The documentation for this struct was generated from the following file: