QtPdCom  1.3.3
Classes | Namespaces | Typedefs | Functions
FutureWatchersDetails.h File Reference
#include <QFutureWatcher>
#include <type_traits>
Include dependency graph for FutureWatchersDetails.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QtPdCom::details::takes_obj_as_first_parameter_i< Obj, Arg >
 
struct  QtPdCom::details::call_lambda< with_obj, with_result >
 
struct  QtPdCom::details::call_lambda< false, true >
 
struct  QtPdCom::details::call_lambda< true, false >
 
struct  QtPdCom::details::call_lambda< false, false >
 
struct  QtPdCom::details::invoke< Result, Obj >
 
struct  QtPdCom::details::invoke< void, Obj >
 

Namespaces

 QtPdCom
 
 QtPdCom::details
 

Typedefs

template<class T >
using QtPdCom::details::void_t = void
 

Functions

template<class Func , class Obj , class... Args>
constexpr bool QtPdCom::details::takes_obj_as_first_parameter ()