InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
K2Pair< _T1, _T2 > Struct Template Reference

Public Types

typedef object_type data_type
 
typedef _T1 first_type
 
typedef _T2 second_type
 

Public Member Functions

 K2Pair (const _T1 &__a, const _T2 &__b)
 
template<class _U1 , class _U2 >
 K2Pair (const K2Pair< _U1, _U2 > &__p)
 
 K2Pair (const K2Pair< _T1, _T2 > &__o)=default
 
 K2Pair (K2Pair< _T1, _T2 > &&__o)=default
 
K2Pairoperator= (const K2Pair< _T1, _T2 > &__o)=default
 
K2Pairoperator= (K2Pair< _T1, _T2 > &&__o)=default
 

Public Attributes

_T1 first
 
_T2 second
 

Friends

void swap (K2Pair< _T1, _T2 > &a, K2Pair< _T1, _T2 > &b)