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::HasCallOperatorAcceptingArgs< Functor, Args > Struct Template Reference

#include <qobjectdefs_impl.h>

+ Collaboration diagram for QtPrivate::HasCallOperatorAcceptingArgs< Functor, Args >:

Public Types

using Type = Test<Functor>
 

Static Public Attributes

static constexpr bool value = Type::value
 

Detailed Description

template<typename Functor, typename... Args>
struct QtPrivate::HasCallOperatorAcceptingArgs< Functor, Args >

Definition at line 342 of file qobjectdefs_impl.h.

Member Typedef Documentation

◆ Type

template<typename Functor, typename... Args>
using QtPrivate::HasCallOperatorAcceptingArgs< Functor, Args >::Type = Test<Functor>

Definition at line 357 of file qobjectdefs_impl.h.

Member Data Documentation

◆ value

template<typename Functor, typename... Args>
bool QtPrivate::HasCallOperatorAcceptingArgs< Functor, Args >::value = Type::value
staticconstexpr

Definition at line 358 of file qobjectdefs_impl.h.


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