Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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(std::is_nothrow_invocable_v< Lambda >)
 

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.


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