Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
q23functional.h File Reference

(f1c41382af0fd3e769b5792891b204ebeecd3bd2)

#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... >)