Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qrunnable.h File Reference

(be1b589cb9f147762a5a73d2b3a44778b7ae7502)

#include <QtCore/qcompilerdetection.h>
#include <QtCore/qfunctionaltools_impl.h>
#include <QtCore/qtclasshelpermacros.h>
#include <QtCore/qtcoreexports.h>
#include <functional>
#include <type_traits>
+ Include dependency graph for qrunnable.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QRunnable
 \inmodule QtCore More...
 
class  QRunnable::QGenericRunnable
 

Namespaces

namespace  QtPrivate
 

Variables

template<typename T>
constexpr bool QtPrivate::is_function_pointer_v
 
template<typename T>
constexpr bool QtPrivate::is_std_function_v = false
 
template<typename T>
constexpr bool QtPrivate::is_std_function_v< std::function< T > > = true