sprint 1-alpha
Public Types | Static Public Member Functions
sprint::detail::ptr_fun_10< R, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10 > Struct Template Reference

ptr fun with 10 parameters invoker More...

#include <invoker.h>

List of all members.

Public Types

typedef R(* CallbackType )(P1, P2, P3, P4, P5, P6, P7, P8, P9, P10)
typedef tuple11< CallbackType,
P1, P2, P3, P4, P5, P6, P7, P8,
P9, P10 > 
ParamType

Static Public Member Functions

static R run (const ParamType &p)

Detailed Description

template<class R, class P1, class P2, class P3, class P4, class P5, class P6, class P7, class P8, class P9, class P10>
struct sprint::detail::ptr_fun_10< R, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10 >

ptr fun with 10 parameters invoker


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