|
xtd
0.2.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
5#define __XTD_CORE_INTERNAL__
6#include "../../../internal/__hasher.hpp"
7#undef __XTD_CORE_INTERNAL__
12 namespace collections {
37 template<
typename key_t>
46 size_t operator()(
const key_t& key)
const {
return __polymorphic_hasher__<key_t, typename std::is_polymorphic<key_t>::type> {}(key);}
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:38
size_t operator()(const key_t &key) const
Serves as a hash function for a specified key with a particular type (type_t).
Definition hasher.hpp:46