QtBase  v6.3.1
Public Types | List of all members
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>

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 99 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 102 of file qfuture_impl.h.


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