9#include <unordered_set>
33 template<
class type_t,
class hasher_t = xtd::collections::
generic::helpers::hasher<type_t>,
class equator_t = xtd::collections::generic::helpers::equator<type_t>,
class allocator_t = xtd::collections::generic::helpers::allocator<type_t>>
34 using hash_set = std::unordered_set<type_t, hasher_t, equator_t, allocator_t>;
Contains xtd::collections::generic::helpers::allocator alias.
Contains xtd::collections::generic::helpers::equator struct.
std::unordered_set< type_t, hasher_t, equator_t, allocator_t > hash_set
Represents a set of values.
Definition hash_set.hpp:34
Contains xtd::collections::generic::helpers::hasher struct.
Contains xtd::collections::generic::iset <type_t> interface.
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