xtd 0.2.0
Loading...
Searching...
No Matches
hashtable.h
Go to the documentation of this file.
1
4#pragma once
6#include "../as.h"
7#include "../any_object.h"
8
10namespace xtd {
12 namespace collections {
48 }
49}
Contains xtd::collections::generic::dictionary struct.
generic::dictionary< xtd::any_object, xtd::any_object > hashtable
Represents a collection of key/value pairs that are organized based on the hash code of the key.
Definition hashtable.h:47
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
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10