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
QtPrivate::FunctorCallBase Struct Reference

#include <qobjectdefs_impl.h>

+ Inheritance diagram for QtPrivate::FunctorCallBase:
+ Collaboration diagram for QtPrivate::FunctorCallBase:

Static Public Member Functions

template<typename R , typename Lambda >
static void call_internal (void **args, Lambda &&fn) noexcept(noexcept(fn()))
 

Detailed Description

Definition at line 58 of file qobjectdefs_impl.h.

Member Function Documentation

◆ call_internal()

template<typename R , typename Lambda >
static void QtPrivate::FunctorCallBase::call_internal ( void ** args,
Lambda && fn )
inlinestaticnoexcept

Definition at line 61 of file qobjectdefs_impl.h.

References args, Q_UNUSED, and R.


The documentation for this struct was generated from the following file: