Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QtPrivate::ArgsType<> Struct Reference

#include <qfuture_impl.h>

+ Collaboration diagram for QtPrivate::ArgsType<>:

Public Types

using First = void
 
using PromiseType = void
 
using IsPromise = std::false_type
 
using AllArgs = void
 

Static Public Attributes

static const bool HasExtraArgs = false
 
template<class Class , class Callable >
static const bool CanInvokeWithArgs = std::is_invocable_v<Callable, Class>
 

Detailed Description

Definition at line 166 of file qfuture_impl.h.

Member Typedef Documentation

◆ AllArgs

using QtPrivate::ArgsType<>::AllArgs = void

Definition at line 172 of file qfuture_impl.h.

◆ First

using QtPrivate::ArgsType<>::First = void

Definition at line 168 of file qfuture_impl.h.

◆ IsPromise

using QtPrivate::ArgsType<>::IsPromise = std::false_type

Definition at line 170 of file qfuture_impl.h.

◆ PromiseType

using QtPrivate::ArgsType<>::PromiseType = void

Definition at line 169 of file qfuture_impl.h.

Member Data Documentation

◆ CanInvokeWithArgs

template<class Class , class Callable >
const bool QtPrivate::ArgsType<>::CanInvokeWithArgs = std::is_invocable_v<Callable, Class>
static

Definition at line 175 of file qfuture_impl.h.

◆ HasExtraArgs

const bool QtPrivate::ArgsType<>::HasExtraArgs = false
static

Definition at line 171 of file qfuture_impl.h.


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