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::CallableHelper< Func, Args > Struct Template Reference

#include <qobjectdefs_impl.h>

+ Collaboration diagram for QtPrivate::CallableHelper< Func, Args >:

Public Types

using Type
 

Detailed Description

template<typename Func, typename... Args>
struct QtPrivate::CallableHelper< Func, Args >

Definition at line 392 of file qobjectdefs_impl.h.

Member Typedef Documentation

◆ Type

template<typename Func , typename... Args>
using QtPrivate::CallableHelper< Func, Args >::Type
Initial value:
decltype(Resolve(typename HasCallOperatorAcceptingArgs<std::decay_t<Func>,
Args...>::Type{}))
Definition moc.h:23

Definition at line 401 of file qobjectdefs_impl.h.


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