Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
QDBusPendingReplyTypes::Select< Index, T, Types > Struct Template Reference

#include <qdbuspendingreply.h>

+ Collaboration diagram for QDBusPendingReplyTypes::Select< Index, T, Types >:

Public Types

typedef Select< Index - 1, Types... > Next
 
typedef Next::Type Type
 

Detailed Description

template<int Index, typename T, typename... Types>
struct QDBusPendingReplyTypes::Select< Index, T, Types >

Definition at line 30 of file qdbuspendingreply.h.

Member Typedef Documentation

◆ Next

template<int Index, typename T , typename... Types>
typedef Select<Index - 1, Types...> QDBusPendingReplyTypes::Select< Index, T, Types >::Next

Definition at line 32 of file qdbuspendingreply.h.

◆ Type

template<int Index, typename T , typename... Types>
typedef Next::Type QDBusPendingReplyTypes::Select< Index, T, Types >::Type

Definition at line 33 of file qdbuspendingreply.h.


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