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

ptr fun with 4 parameters invoker More...

#include <invoker.h>

Public Types

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

Static Public Member Functions

static R run (const ParamType &p)
 

Detailed Description

template<class R, class P1, class P2, class P3, class P4>
struct sprint::detail::ptr_fun_4< R, P1, P2, P3, P4 >

ptr fun with 4 parameters invoker


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