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::ReduceResultType< R(*)(A...)> Struct Template Reference

#include <qtconcurrentfunctionwrappers.h>

+ Collaboration diagram for QtPrivate::ReduceResultType< R(*)(A...)>:

Public Types

using ResultType = typename std::tuple_element<0, std::tuple<A...>>::type
 

Detailed Description

template<typename R, typename ... A>
struct QtPrivate::ReduceResultType< R(*)(A...)>

Definition at line 92 of file qtconcurrentfunctionwrappers.h.

Member Typedef Documentation

◆ ResultType

template<typename R , typename ... A>
using QtPrivate::ReduceResultType< R(*)(A...)>::ResultType = typename std::tuple_element<0, std::tuple<A...>>::type

Definition at line 94 of file qtconcurrentfunctionwrappers.h.


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