Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qtconcurrentcompilertest.h File Reference
#include <QtConcurrent/qtconcurrent_global.h>
+ Include dependency graph for qtconcurrentcompilertest.h:

Go to the source code of this file.

Classes

struct  QtPrivate::IsIterable< T, typename >
 
struct  QtPrivate::IsIterable< T, std::void_t< decltype(std::declval< T >().begin()), decltype(std::declval< T >().end())> >
 
struct  QtPrivate::IsDereferenceable< T, typename >
 
struct  QtPrivate::IsDereferenceable< T, std::void_t< decltype(*std::declval< T >())> >
 

Namespaces

namespace  QtPrivate
 \macro QT_NAMESPACE
 

Variables

template<class T >
constexpr bool QtPrivate::IsIterableValue = IsIterable<T>::value
 
template<class T >
constexpr bool QtPrivate::IsDereferenceableValue = IsDereferenceable<T>::value