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
QNativeInterface::Private::QInterfaceProxyImp< R, I, func, Args > Struct Template Reference

#include <qplatformintegration.h>

+ Collaboration diagram for QNativeInterface::Private::QInterfaceProxyImp< R, I, func, Args >:

Static Public Member Functions

template<typename T >
static R apply (T *obj, Args... args)
 

Detailed Description

template<typename R, typename I, auto func, typename... Args>
struct QNativeInterface::Private::QInterfaceProxyImp< R, I, func, Args >

Definition at line 52 of file qplatformintegration.h.

Member Function Documentation

◆ apply()

template<typename R , typename I , auto func, typename... Args>
template<typename T >
static R QNativeInterface::Private::QInterfaceProxyImp< R, I, func, Args >::apply ( T * obj,
Args... args )
inlinestatic

Definition at line 55 of file qplatformintegration.h.

References args, and R.


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