![]() |
Qt 6.x
The Qt SDK
|
#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... >) |