MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mySTL::pair< T1, T2 > Struct Template Reference
Collaboration diagram for mySTL::pair< T1, T2 >:

Public Types

typedef T1 first_type
typedef T2 second_type

Public Member Functions

 pair (const T1 &t1, const T2 &t2)
template<typename U1 , typename U2 >
 pair (const pair< U1, U2 > &p)

Public Attributes

first_type first
second_type second

Detailed Description

template<typename T1, typename T2>
struct mySTL::pair< T1, T2 >

Definition at line 33 of file pair.hpp.


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