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::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 368 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 383 of file qobjectdefs_impl.h.

Member Data Documentation

◆ value

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

Definition at line 384 of file qobjectdefs_impl.h.


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