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::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 366 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{}))
decltype(Resolve(typename HasCallOperatorAcceptingArgs< std::decay_t< Func >, Args... >::Type{})) Type

Definition at line 375 of file qobjectdefs_impl.h.


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