Muesli
 All Classes Namespaces Files Functions Typedefs Enumerations
Public Types | Public Member Functions | Public Attributes | List of all members
msl::anyFunc2< A0, A1, R, F > Struct Template Reference
Inheritance diagram for msl::anyFunc2< A0, A1, R, F >:
msl::anyOp2< A0, A1, R >

Public Types

typedef Fct2< A0, A1, R, F > ffunc_t
 

Public Member Functions

 anyFunc2 (const ffunc_t &_f)
 
 anyFunc2 (const anyFunc2 &rhs)
 
virtual R operator() (typename curryArgMode< A0 >::Type_t a0, typename curryArgMode< A1 >::Type_t a1) const
 
- Public Member Functions inherited from msl::anyOp2< A0, A1, R >
 anyOp2 (const anyOp2 &rhs)
 

Public Attributes

ffunc_t f
 

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