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::AreArgumentsCompatible< A1, A2 & > Struct Template Reference

#include <qobjectdefs_impl.h>

Collaboration diagram for QtPrivate::AreArgumentsCompatible< A1, A2 & >:

Public Types

enum  { value = false }
enum  

Static Public Member Functions

static int test (const std::remove_reference_t< A2 > &)

Detailed Description

template<typename A1, typename A2>
struct QtPrivate::AreArgumentsCompatible< A1, A2 & >

Definition at line 280 of file qobjectdefs_impl.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename A1, typename A2>
anonymous enum
Enumerator
value 

Definition at line 280 of file qobjectdefs_impl.h.

◆ anonymous enum

anonymous enum

Definition at line 274 of file qobjectdefs_impl.h.

Member Function Documentation

◆ test()

int QtPrivate::AreArgumentsCompatible< A1, A2 >::test ( const std::remove_reference_t< A2 > & )
static

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