QtBase  v6.3.1
Public Types | List of all members
QtPrivate::Argument< Iterator, typename std::enable_if< IsDereferenceableValue< Iterator > >::type > Struct Template Reference

#include <qtconcurrentfunctionwrappers.h>

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 85 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 87 of file qtconcurrentfunctionwrappers.h.


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