|
Public Types | |
typedef FirstT | FirstType |
typedef FirstType | SecondType |
Public Member Functions | |
operator const FirstType * () const | |
operator FirstType * () | |
Pair< FirstType, SecondType > & | operator= (const std::pair< FirstType, SecondType > &p) |
Pair () | |
Pair (FirstType &f, SecondType &s) | |
Pair (std::pair< FirstType, SecondType > &p) | |
Public Attributes | |
FirstType | first |
FirstType | second |
typedef FirstType SecondType |
|
inline |
|
inline |
|
inline |