Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 59 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 63 of file qtconcurrentfunctionwrappers.h.


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