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

Public Types

typedef Fct5< A0, A1, A2, A3,
A4, R, F > 
ffunc_t
 

Public Member Functions

 anyFunc5 (const ffunc_t &_f)
 
 anyFunc5 (const anyFunc5 &rhs)
 
virtual R operator() (typename curryArgMode< A0 >::Type_t a0, typename curryArgMode< A1 >::Type_t a1, typename curryArgMode< A2 >::Type_t a2, typename curryArgMode< A3 >::Type_t a3, typename curryArgMode< A4 >::Type_t a4) const
 
- Public Member Functions inherited from msl::anyOp5< A0, A1, A2, A3, A4, R >
 anyOp5 (const anyOp5 &rhs)
 

Public Attributes

ffunc_t f
 

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