ICAROUS
|
#include <Pair.h>
Public Member Functions | |
Pair () | |
Pair (const L &left, const R &right) | |
L | getLeft () const |
R | getRight () const |
L | getFirst () const |
R | getSecond () const |
template<typename L1 , typename R1 > | |
Pair (const Pair< L1, R1 > &t) | |
Public Attributes | |
L | left |
R | right |
A class representing a two member tuple
<L> | Type of leftmost element |
<R> | Type of rightmost element |
|
inline |
Construct a Pair
|
inline |
Construct a Pair
|
inline |
Copy a Pair
|
inline |
The first (or leftmost) element
|
inline |
The left-most element
|
inline |
The rightmost element
|
inline |
The first (or leftmost) element
L larcfm::Pair< L, R >::left |
The left-most element
R larcfm::Pair< L, R >::right |
The rightmost element