xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
collections
specialized
string_key_value_pair.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include <utility>
6
#include "
../generic/key_value_pair.hpp
"
7
#include "
../../string.hpp
"
8
10
namespace
xtd
{
12
namespace
collections
{
14
namespace
specialized
{
28
using
string_key_value_pair
=
xtd::collections::generic::key_value_pair<xtd::string, xtd::string>
;
29
}
30
}
31
}
xtd::collections::specialized::string_key_value_pair
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
key_value_pair.hpp
Contains xtd::collections::generic::key_value_pair <key_t, value_t> struct.
xtd::collections::specialized
The xtd::collections::specialized namespace contains specialized and strongly-typed collections; for ...
Definition
ordered_dictionary.hpp:14
xtd::collections
The xtd::collections namespace contains interfaces and classes that define various collections of obj...
Definition
any_pair.hpp:10
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
string.hpp
Contains xtd::string alias.
xtd::collections::generic::key_value_pair
Defines a key/value pair that can be set or retrieved.
Definition
key_value_pair.hpp:37
Generated on
for xtd by
Gammasoft
. All rights reserved.