Defines a key/value pair that can be set or retrieved.
template<>
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.hpp:37
Defines a key/value pair that can be set or retrieved.
Definition key_value_pair.hpp:37
- Header
#include <xtd/collections/generic/key_value_pair>
- Namespace
- xtd::collections::generic
- Library
- xtd.core
◆ create()
template<class key_t , class value_t >
Creates a key_value_pair from specified key and value.
- Template Parameters
-
key_t | The type of the key. |
value_t | The type of the value. |
- Parameters
-
- Returns
- The key_value_pair value type.
The documentation for this struct was generated from the following file: