36 template<
class type_t,
class lesser_t = xtd::collections::
generic::helpers::lesser<type_t>,
class allocator_t = xtd::collections::generic::helpers::allocator<type_t >>
37 using sorted_set = std::set<type_t, lesser_t, allocator_t>;
Contains xtd::collections::generic::helpers::allocator alias.
std::set< type_t, lesser_t, allocator_t > sorted_set
Represents a collection of objects that is maintained in sorted order.
Definition sorted_set.hpp:37
Contains xtd::collections::generic::iset <type_t> interface.
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