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
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 40 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 42 of file qdbuspendingreply.h.

◆ Type

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

Definition at line 43 of file qdbuspendingreply.h.


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