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
qtconcurrentcompilertest.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#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_NO_KEYWORDS >
 

Variables

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