5#define __XTD_CORE_INTERNAL__
6#include "../../../internal/__polymorphic_hasher.hpp"
7#undef __XTD_CORE_INTERNAL__
12 namespace collections {
size_t size
Represents a size of any object in bytes.
Definition size.hpp:23
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10
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