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::Argument< Sequence, typename std::enable_if< IsIterableValue< Sequence > >::type > Struct Template Reference

#include <qtconcurrentfunctionwrappers.h>

+ Collaboration diagram for QtPrivate::Argument< Sequence, typename std::enable_if< IsIterableValue< Sequence > >::type >:

Public Types

using Type = std::decay_t<decltype(*std::declval<Sequence>().begin())>
 

Detailed Description

template<class Sequence>
struct QtPrivate::Argument< Sequence, typename std::enable_if< IsIterableValue< Sequence > >::type >

Definition at line 43 of file qtconcurrentfunctionwrappers.h.

Member Typedef Documentation

◆ Type

template<class Sequence >
using QtPrivate::Argument< Sequence, typename std::enable_if< IsIterableValue< Sequence > >::type >::Type = std::decay_t<decltype(*std::declval<Sequence>().begin())>

Definition at line 45 of file qtconcurrentfunctionwrappers.h.


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