xtd 0.2.0
sorted_list.hpp
Go to the documentation of this file.
1
4#pragma once
6#include "helpers/lesser.hpp"
7#include "sorted_dictionary.hpp"
8
10namespace xtd {
12 namespace collections {
14 namespace generic {
35 template<class key_t, class value_t, class allocator_t = helpers::allocator<std::pair<const key_t, value_t>>>
37 }
38 }
39}
Contains xtd::collections::generic::helpers::allocator alias.
Represents a collection of keys and values.
Definition dictionary.hpp:67
Contains xtd::collections::generic::helpers::lesser struct.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10
Contains xtd::collections::generic::sorted_dictionary <key_t, value_t> class.