|
The ChainCon Software (Release 0.03)
|
A pair of elements of two (possibly different) types. More...
#include <pair.h>
Public Member Functions | |
| tPair () | |
| The default constructor of a pair. More... | |
| tPair (const LeftT &leftElement, const RightT &rightElement) | |
| The constructor of a pair composed of the two given elements. More... | |
Public Attributes | |
| LeftT | left |
| The first element of the pair. More... | |
| RightT | right |
| The second element of the pair. More... | |
A pair of elements of two (possibly different) types.
| LeftT tPair< LeftT, RightT >::left |
The first element of the pair.
Definition at line 59 of file pair.h.
Referenced by hashkey1(), hashkey2(), and operator==().
| RightT tPair< LeftT, RightT >::right |
The second element of the pair.
Definition at line 62 of file pair.h.
Referenced by hashkey1(), hashkey2(), and operator==().
1.8.13