TalanSoft Toolkits  201707
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Types | Public Member Functions | Public Attributes | List of all members
pair< _T1, _T2 > Struct Template Reference

Public Types

typedef _T1 first_type
 
typedef _T2 second_type
 

Public Member Functions

 pair ()
 
 pair (const _T1 &__a, const _T2 &__b)
 

Public Attributes

_T1 first
 
_T2 second
 

Member Typedef Documentation

typedef _T1 first_type
typedef _T2 second_type

Constructor & Destructor Documentation

pair ( )
pair ( const _T1 &  __a,
const _T2 &  __b 
)

Member Data Documentation

_T1 first
_T2 second