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

#include <qobjectdefs_impl.h>

Static Public Member Functions

static void call (SlotRet(Obj::*f)(SlotArgs...) const, 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...) const >

Definition at line 175 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...) const >::call ( SlotRet(Obj::*)(SlotArgs...) const  f,
Obj *  o,
void **  arg 
)
inlinestatic

Definition at line 176 of file qobjectdefs_impl.h.


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