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::ResultTypeHelper< F, void, typename std::enable_if_t<!std::is_invocable_v< std::decay_t< F >, QFuture< void > > > > Struct Template Reference

#include <qfuture_impl.h>

+ Collaboration diagram for QtPrivate::ResultTypeHelper< F, void, typename std::enable_if_t<!std::is_invocable_v< std::decay_t< F >, QFuture< void > > > >:

Public Types

using ResultType = std::invoke_result_t<std::decay_t<F>>
 

Detailed Description

template<class F>
struct QtPrivate::ResultTypeHelper< F, void, typename std::enable_if_t<!std::is_invocable_v< std::decay_t< F >, QFuture< void > > > >

Definition at line 88 of file qfuture_impl.h.

Member Typedef Documentation

◆ ResultType

template<class F >
using QtPrivate::ResultTypeHelper< F, void, typename std::enable_if_t<!std::is_invocable_v< std::decay_t< F >, QFuture< void > > > >::ResultType = std::invoke_result_t<std::decay_t<F>>

Definition at line 91 of file qfuture_impl.h.


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