X-Boost  2.3.8
Public Types | Static Public Member Functions | List of all members
sprint::detail::mem_fun_2< R, T, P1, P2 > Struct Template Reference

member function with 2 parameters invoker More...

#include <invoker.h>

Public Types

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

Static Public Member Functions

static R run (const ParamType &p)
 

Detailed Description

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

member function with 2 parameters invoker


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