xtd 0.2.0
string_pair.hpp
Go to the documentation of this file.
1
4#pragma once
5#if defined(_MSC_VER) && __cplusplus < 202302L
6# pragma message("Deprecated : Replaced by #include <xtd/collection/specialized/string_key_value_pair.h> - Will be removed in version 0.4.0.")
7#else
8# warning "Deprecated : Replaced by #include <xtd/collection/specialized/string_key_value_pair.h> - Will be removed in version 0.4.0."
9#endif
11
13namespace xtd {
15 namespace collections {
17 namespace specialized {
32 using string_pair [[deprecated("Replaced by xtd::collections::specialized::string_key_value_pair - Will be removed in version 0.4.0.")]] = string_key_value_pair;
33 }
34 }
35}
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
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::collections::specialized::string_key_value_pair typedef.