xtd 0.2.0
Loading...
Searching...
No Matches
string_key_value_pair.h
Go to the documentation of this file.
1
4#pragma once
5#include <utility>
6#include "../generic/key_value_pair.h"
7#include "../../string.h"
8
10namespace xtd {
12 namespace collections {
14 namespace specialized {
29 }
30 }
31}
std::pair< key_t, value_t > key_value_pair
Defines a key/value pair that can be set or retrieved.
Definition key_value_pair.h:29
xtd::collections::generic::key_value_pair< xtd::string, xtd::string > string_key_value_pair
Implements a std::pair with the key and the value strongly typed to be strings.
Definition string_key_value_pair.h:28
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10