|
xtd
0.2.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
5#define __XTD_CORE_INTERNAL__
7#undef __XTD_CORE_INTERNAL__
Contains polymorphic_hasher structs.
size_t size
Represents a size of any object in bytes.
Definition size.hpp:23
The xtd::collections::generic::helpers namespace contains helpers for generic collections,...
Definition allocator.hpp:14
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
Implements a function object for hashing data.
Definition hasher.hpp:39
key_t argument_type
Represents the argument type.
Definition hasher.hpp:44
xtd::size result_type
Represents the result type.
Definition hasher.hpp:46
result_type operator()(const argument_type &key) const
Serves as a hash function for a specified key with a particular type (type_t).
Definition hasher.hpp:56