template<class K>
nCine::xxHash64Func class

xxHash3 hash function producing a 64-bit value

Hashes the raw bytes of the key with xxHash3. Specializations are provided for C strings, Death::Containers::String and Death::Containers::Pair.

Public functions

auto operator()(const K& key) const -> hash64_t