QtPdCom  1.3.3
Static Public Member Functions | List of all members
QtPdCom::details::invoke< Result, Obj > Struct Template Reference

#include <FutureWatchersDetails.h>

Static Public Member Functions

template<class Func >
static void call (Func &&func, Obj &obj, QFutureWatcher< Result > const *watcher)
 
template<class FnArg >
static void call (void(Obj::*member)(FnArg), Obj &obj, QFutureWatcher< Result > const *watcher)
 

Member Function Documentation

◆ call() [1/2]

template<class Result , class Obj >
template<class Func >
static void QtPdCom::details::invoke< Result, Obj >::call ( Func &&  func,
Obj &  obj,
QFutureWatcher< Result > const *  watcher 
)
inlinestatic

◆ call() [2/2]

template<class Result , class Obj >
template<class FnArg >
static void QtPdCom::details::invoke< Result, Obj >::call ( void(Obj::*)(FnArg)  member,
Obj &  obj,
QFutureWatcher< Result > const *  watcher 
)
inlinestatic

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