Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
q23functional.h File Reference
#include <QtCore/qglobal.h>
#include <QtCore/q20functional.h>
+ Include dependency graph for q23functional.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... >, Rq23::invoke_r (F &&f, Args &&... args) noexcept(std::is_nothrow_invocable_r_v< R, F, Args... >)