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
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: