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

(a795b442638f35faab15c1b6d06d268948865f56)

#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