xtd 0.2.0
string_key_value_pair.hpp
Go to the documentation of this file.
1
4#pragma once
5#include <utility>
7#include "../../string.hpp"
8
10namespace xtd {
12 namespace collections {
14 namespace specialized {
29 }
30 }
31}
xtd::collections::generic::key_value_pair< xtd::string, xtd::string > string_key_value_pair
Implements a xtd::collections::generic::key_value_pair with the key and the value strongly typed to b...
Definition string_key_value_pair.hpp:28
Contains xtd::collections::generic::key_value_pair <key_t, value_t> struct.
The xtd::collections::specialized namespace contains specialized and strongly-typed collections; for ...
Definition string_collection.hpp:13
The xtd::collections namespace contains interfaces and classes that define various collections of obj...
Definition any_pair.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::string alias.
Defines a key/value pair that can be set or retrieved.
Definition key_value_pair.hpp:37