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.")
8# warning "Deprecated : Replaced by #include <xtd/collection/specialized/string_key_value_pair.h> - Will be removed in version 0.4.0."
15 namespace collections {
17 namespace specialized {
string_key_value_pair string_pair
Implements a std::pair with the key and the value strongly typed to be strings.
Definition string_pair.h:32
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
Contains xtd::collections::specialized::string_key_value_pair typedef.