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::is_std_pair< std::pair< T1_, T2_ > > Struct Template Reference

#include <qmetatype.h>

+ Inheritance diagram for QtPrivate::is_std_pair< std::pair< T1_, T2_ > >:
+ Collaboration diagram for QtPrivate::is_std_pair< std::pair< T1_, T2_ > >:

Public Types

using T1 = T1_
 
using T2 = T2_
 

Detailed Description

template<typename T1_, typename T2_>
struct QtPrivate::is_std_pair< std::pair< T1_, T2_ > >

Definition at line 2254 of file qmetatype.h.

Member Typedef Documentation

◆ T1

template<typename T1_ , typename T2_ >
using QtPrivate::is_std_pair< std::pair< T1_, T2_ > >::T1 = T1_

Definition at line 2255 of file qmetatype.h.

◆ T2

template<typename T1_ , typename T2_ >
using QtPrivate::is_std_pair< std::pair< T1_, T2_ > >::T2 = T2_

Definition at line 2256 of file qmetatype.h.


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