xtd 0.2.0
Loading...
Searching...
No Matches
string_dictionary.h
Go to the documentation of this file.
1
4#pragma once
5#include "../../string.h"
6#include "../generic/dictionary.h"
7#include "../../string.h"
8
10namespace xtd {
12 namespace collections {
14 namespace specialized {
29 }
30 }
31}
32
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::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
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10