36 template<
class key_t,
class value_t,
class lesser_t = helpers::lesser<key_t>,
class allocator_t = helpers::allocator<std::pair<const key_t, value_t>>>
Contains xtd::collections::generic::helpers::allocator alias.
Contains xtd::collections::generic::dictionary <key_t, value_t> class.
std::map< key_t, value_t, lesser_t, allocator_t > sorted_dictionary
Represents a collection of key/value pairs that are sorted on the key.
Definition sorted_dictionary.hpp:38
Contains xtd::collections::generic::helpers::lesser struct.
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