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

#include <qfuture_impl.h>

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

Public Types

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

Detailed Description

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

Definition at line 64 of file qfuture_impl.h.

Member Typedef Documentation

◆ ResultType

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

Definition at line 67 of file qfuture_impl.h.


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