libjmmcg
release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
|
An implementation of the MurmurHash2 hash function. More...
#include <hash.hpp>
Inherits std::unary_function< A, std::size_t >.
Public Types | |
typedef std::unary_function< A, std::size_t >::result_type | result_type |
typedef std::unary_function< A, std::size_t >::argument_type | argument_type |
Public Member Functions | |
result_type __fastcall FORCE_INLINE | operator() (const argument_type &d, const result_type seed=0) const noexcept(true) |
Generate the hash of the value. More... | |
An implementation of the MurmurHash2 hash function.
From .
typedef std::unary_function<A, std::size_t>::argument_type jmmcg::LIBJMMCG_VER_NAMESPACE::hashers::murmur2< A >::argument_type |
typedef std::unary_function<A, std::size_t>::result_type jmmcg::LIBJMMCG_VER_NAMESPACE::hashers::murmur2< A >::result_type |
|
inlinenoexcept |