![]() |
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/qglobal.h>#include <QtCore/q20functional.h>Go to the source code of this file.
Namespaces | |
| namespace | q23 |
Functions | |
| template<typename R, typename F, typename... Args> | |
| constexpr std::enable_if_t< std::is_invocable_r_v< R, F, Args... >, R > | q23::invoke_r (F &&f, Args &&... args) noexcept(std::is_nothrow_invocable_r_v< R, F, Args... >) |