xtd 0.2.0
Loading...
Searching...
No Matches
string_map.h
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_dictionary.h> - Will be removed in version 0.4.0.")
7#else
8# warning "Deprecated : Replaced by #include <xtd/collection/specialized/string_dictionary.h> - Will be removed in version 0.4.0."
9#endif
10#include "string_dictionary.h"
11
13namespace xtd {
15 namespace collections {
17 namespace specialized {
32 using string_map [[deprecated("Replaced by xtd::collections::specialized::string_dictionary - Will be removed in version 0.4.0.")]] = string_dictionary;
33 }
34 }
35}
36
xtd::collections::generic::dictionary< xtd::string, xtd::string > string_dictionary
Represents a xtd::collections::generic::dictionary with the key and the value strongly typed to be st...
Definition string_dictionary.h:28
string_dictionary string_map
Represents a std::map with the key and the value strongly typed to be strings.
Definition string_map.h:32
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::collections::specialized::string_dictionary typedef.