L4Re - L4 Runtime Environment
|
Public Types | |
typedef First | First_type |
Type of first value. | |
typedef Second | Second_type |
Type of second value. | |
Public Member Functions | |
template<typename A1 , typename A2 > | |
Pair (A1 &&first, A2 &&second) | |
Create a pair from the two values. More... | |
Pair () | |
Default construction. | |
Data Fields | |
First | first |
First value. | |
Second | second |
Second value. | |
Pair of two values.
Standard container for a pair of values.
First | Type of the first value. |
Second | Type of the second value. |