xtd 0.2.0
Loading...
Searching...
No Matches

◆ string_dictionary

Represents a xtd::collections::generic::dictionary with the key and the value strongly typed to be strings.

std::unordered_map< key_t, value_t, helpers::hasher< key_t >, helpers::equator< key_t >, helpers::allocator< std::pair< const key_t, value_t > > > dictionary
Represents a collection of keys and values.
Definition dictionary.h:36
xtd::collections::generic::dictionary< xtd::ustring, xtd::ustring > string_dictionary
Represents a xtd::collections::generic::dictionary with the key and the value strongly typed to be st...
Definition string_dictionary.h:28
Header
#include <xtd/collections/specialized/string_dictionary>
Namespace
xtd::collections
Library
xtd.core