A pair of a string key and a string value.
More...
|
| Pair () |
| The default constructor. This is an alias of Pair(null, null) . More...
|
|
| Pair (string key, string value) |
| Constructor with a pair of key and value. More...
|
|
A pair of a string key and a string value.
Since version 1.0.8.
◆ Pair() [1/2]
The default constructor. This is an alias of Pair(null, null)
.
◆ Pair() [2/2]
Pair |
( |
string |
key, |
|
|
string |
value |
|
) |
| |
|
inline |
Constructor with a pair of key and value.
- Parameters
-
- Parameters
-
◆ Key
◆ Value
The documentation for this class was generated from the following file: