QtBase  v6.3.1
Static Public Member Functions | List of all members
QtPrivate::FunctorCall< IndexesList< II... >, List< SignalArgs... >, R, SlotRet(Obj::*)(SlotArgs...)> Struct Template Reference

#include <qobjectdefs_impl.h>

Static Public Member Functions

static void call (SlotRet(Obj::*f)(SlotArgs...), Obj *o, void **arg)
 

Detailed Description

template<int... II, typename... SignalArgs, typename R, typename... SlotArgs, typename SlotRet, class Obj>
struct QtPrivate::FunctorCall< IndexesList< II... >, List< SignalArgs... >, R, SlotRet(Obj::*)(SlotArgs...)>

Definition at line 167 of file qobjectdefs_impl.h.

Member Function Documentation

◆ call()

template<int... II, typename... SignalArgs, typename R , typename... SlotArgs, typename SlotRet , class Obj >
static void QtPrivate::FunctorCall< IndexesList< II... >, List< SignalArgs... >, R, SlotRet(Obj::*)(SlotArgs...)>::call ( SlotRet(Obj::*)(SlotArgs...)  f,
Obj *  o,
void **  arg 
)
inlinestatic

Definition at line 168 of file qobjectdefs_impl.h.


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