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::MapResult< T, MapFunctor > Struct Template Reference

#include <qtconcurrentfunctionwrappers.h>

+ Collaboration diagram for QtPrivate::MapResult< T, MapFunctor >:

Public Types

using Type = std::invoke_result_t<std::decay_t<MapFunctor>, ArgumentType<T>>
 

Detailed Description

template<class T, class MapFunctor>
struct QtPrivate::MapResult< T, MapFunctor >

Definition at line 58 of file qtconcurrentfunctionwrappers.h.

Member Typedef Documentation

◆ Type

template<class T , class MapFunctor >
using QtPrivate::MapResult< T, MapFunctor >::Type = std::invoke_result_t<std::decay_t<MapFunctor>, ArgumentType<T>>

Definition at line 62 of file qtconcurrentfunctionwrappers.h.


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