![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qcompilerdetection.h>
#include <QtCore/qfunctionaltools_impl.h>
#include <QtCore/qtclasshelpermacros.h>
#include <QtCore/qtcoreexports.h>
#include <functional>
#include <type_traits>
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 |