Go to the documentation of this file.
50 template<
class PrimitiveType>
58 unsigned operator()(
const PrimitiveType&
p,
unsigned seed)
const
60 return Hasher(&p,
sizeof(p), seed);
65 return Hasher(&p,
sizeof(p));
84 unsigned operator()(
const void*
const&
p,
unsigned seed)
const
89 unsigned operator()(
const void*
const&
p)
const
111 return Hasher(&p,
sizeof(label), seed);