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< Iterator, typename std::enable_if< IsDereferenceableValue< Iterator > >::type > Struct Template Reference

#include <qtconcurrentfunctionwrappers.h>

+ Collaboration diagram for QtPrivate::Argument< Iterator, typename std::enable_if< IsDereferenceableValue< Iterator > >::type >:

Public Types

using Type = std::decay_t<decltype(*std::declval<Iterator>())>
 

Detailed Description

template<class Iterator>
struct QtPrivate::Argument< Iterator, typename std::enable_if< IsDereferenceableValue< Iterator > >::type >

Definition at line 49 of file qtconcurrentfunctionwrappers.h.

Member Typedef Documentation

◆ Type

template<class Iterator >
using QtPrivate::Argument< Iterator, typename std::enable_if< IsDereferenceableValue< Iterator > >::type >::Type = std::decay_t<decltype(*std::declval<Iterator>())>

Definition at line 51 of file qtconcurrentfunctionwrappers.h.


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