xtd 1.0.0
Loading...
Searching...
No Matches
__dictionary_definition.hpp
Go to the documentation of this file.
1
4#pragma once
6#if !defined(__XTD_CORE_INTERNAL__)
7#error "Do not include this file: Internal use only"
8#endif
10#include <unordered_map>
11#define __XTD_STD_INTERNAL__
17#undef __XTD_STD_INTERNAL__
18
20namespace xtd {
22 namespace collections {
24 namespace generic {
68 template<typename key_t, typename value_t, typename hasher_t = xtd::collections::generic::helpers::hasher<key_t>, typename equator_t = xtd::collections::generic::helpers::equator<key_t>, typename allocator_t = xtd::collections::generic::helpers::allocator<std::pair<const key_t, value_t >>>
69 class dictionary;
70 }
71 }
72}
Contains xtd::collections::generic::helpers::allocator alias.
Represents a collection of keys and values.
Definition dictionary.hpp:63
Contains xtd::collections::generic::helpers::equator struct.
Contains xtd::collections::generic::idictionary <key_t, value_t> interface.
std::allocator< type_t > allocator
Represent an allocator alias.
Definition allocator.hpp:38
Contains xtd::collections::generic::helpers::hasher struct.
Contains iteraors aliases.
The xtd::collections::generic namespace contains interfaces and classes that define generic collectio...
Definition comparer.hpp:16
The xtd::collections namespace contains interfaces and classes that define various collections of obj...
Definition any_pair.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8