npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
npstat::Functor2< Result, Arg1, Arg2 > Struct Template Referenceabstract

#include <SimpleFunctors.hh>

Inheritance diagram for npstat::Functor2< Result, Arg1, Arg2 >:
npstat::ConstValue2< Result, Arg1, Arg2 > npstat::DefaultConstructor2< Result, Arg1, Arg2 > npstat::FcnFunctor2< Result, Arg1, Arg2 > npstat::Functor2RefHelper< Result, Arg1, Arg2 >

Public Types

typedef Result result_type
 
typedef Arg1 first_argument_type
 
typedef Arg2 second_argument_type
 

Public Member Functions

virtual Result operator() (const Arg1 &, const Arg2 &) const =0
 

Detailed Description

template<typename Result, typename Arg1, typename Arg2>
struct npstat::Functor2< Result, Arg1, Arg2 >

Base class for a functor that takes two arguments


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