The Pedigree Project  0.1
Public Member Functions | Private Attributes | List of all members
Pair< T1, T2 > Class Template Reference
+ Collaboration diagram for Pair< T1, T2 >:

Public Member Functions

 Pair (const T1 &a, const T2 &b)
 
const T1 & first () const
 
const T2 & second () const
 

Private Attributes

T1 m_First
 
T2 m_Second
 

Detailed Description

template<class T1, class T2>
class Pair< T1, T2 >

Definition at line 30 of file Pair.h.


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