Pair of two values.
More...
|
template<typename A1 , typename A2 > |
| Pair (A1 &&first, A2 &&second) |
| Create a pair from the two values. More...
|
|
| Pair ()=default |
| Default construction.
|
|
template<typename First, typename Second>
struct cxx::Pair< First, Second >
Pair of two values.
Standard container for a pair of values.
- Parameters
-
First | Type of the first value. |
Second | Type of the second value. |
Definition at line 36 of file pair.
◆ Pair()
template<typename First , typename Second >
template<typename A1 , typename A2 >
Create a pair from the two values.
- Parameters
-
first | The first value. |
second | The second value. |
Definition at line 54 of file pair.
The documentation for this struct was generated from the following file: