sprint 1-alpha
Public Types | Static Public Member Functions
sprint::detail::mem_fun_3< R, T, P1, P2, P3 > Struct Template Reference

member function with 3 parameters invoker More...

#include <invoker.h>

List of all members.

Public Types

typedef R(T::* CallbackType )(P1, P2, P3)
typedef tuple5< CallbackType,
T *, P1, P2, P3 > 
ParamType

Static Public Member Functions

static R run (const ParamType &p)

Detailed Description

template<class R, class T, class P1, class P2, class P3>
struct sprint::detail::mem_fun_3< R, T, P1, P2, P3 >

member function with 3 parameters invoker


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines