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